Html Css Color HEX #003333 Cyprus

📋 copy color: '#003333'

red 0 ◦ green 51 ◦ blue 51

#003333
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #003333

Tints of Cyprus #003333

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 51 (20.31% from 255) = 50%

 BLUE value IS 51 (20.31% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.8

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#003333 (or 0x003333) is known color: Cyprus. HEX triplet: 00, 33 and 33. RGB value is (0,51,51). Sum of RGB (Red+Green+Blue) = 0+51+51=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #003333 is a web safe color. Inversed color of #003333 is #FFCCCC. Grayscale: #232323. Windows color (decimal): -16764109 or 3355392. OLE color: 3355392.

HSL color Cylindrical-coordinate representation of color #003333: hue angle of 180º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003333 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 51 -
CMYK 1 0 0 0.8
HSL 180º 1% 0.1% -
HSV(B) 180º 1% 0.2% -
XYZ 1.78 2.61 3.54 -
YUV 35.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 0 51 51 1 0 0 0.8 180 1 0.1
Hex 0 33 33 64 0 0 50 B4 64 A
Octal 0 63 63 144 0 0 120 264 144 12
Binary 0 110011 110011 1100100 0 0 1010000 10110100 1100100 1010

Color Harmonies of #003333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003333

Black with #003333

Text Example


Text Example

White with #003333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003333; }

 p { color: rgb(0,51,51); }

 H1.HeaderClassName
 {
   color: #003333;
 }
 .AnyTagClassName
 {
   color: #003333;
 }
</style>

background-color css

<style>
 a { background-color: #003333; }

 a { background-color: rgb(0,51,51); }

 div.DivClassName
 {
   background-color: #003333;
 }
 .BgClassName
 {
   background-color: #003333;
 }
</style>

border-color css

<style>
 span { border-color: #003333; }

 span { border-color: rgb(0,51,51); }

 td.TdClassName
 {
   border-color: #003333;
 }
 .TagClassName
 {
   border-color: #003333;
 }
</style>