Html Css Color HEX #00333B Cyprus

📋 copy color: '#00333B'

red 0 ◦ green 51 ◦ blue 59

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

Shades of Cyprus #00333B

Tints of Cyprus #00333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 53.64%

R = 0%
G = 46.36%
B = 53.64%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#00333B (or 0x00333B) is known color: Cyprus. HEX triplet: 00, 33 and 3B. RGB value is (0,51,59). Sum of RGB (Red+Green+Blue) = 0+51+59=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #00333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00333B is #FFCCC4. Grayscale: #242424. Windows color (decimal): -16764101 or 3879680. OLE color: 3879680.

HSL color Cylindrical-coordinate representation of color #00333B: hue angle of 188.14º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00333B is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 51 59 -
CMYK 1 0.14 0 0.77
HSL 188.14º 1% 0.12% -
HSV(B) 188.14º 1% 0.23% -
XYZ 1.97 2.68 4.55 -
YUV 36.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 0 51 59 1 0.14 0 0.77 188.14 1 0.12
Hex 0 33 3B 64 E 0 4D BC 64 C
Octal 0 63 73 144 16 0 115 274 144 14
Binary 0 110011 111011 1100100 1110 0 1001101 10111100 1100100 1100

Color Harmonies of #00333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00333B

Black with #00333B

Text Example


Text Example

White with #00333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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