Html Css Color HEX #003233 Cyprus

📋 copy color: '#003233'

red 0 ◦ green 50 ◦ blue 51

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

Shades of Cyprus #003233

Tints of Cyprus #003233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 49.5%

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

R = 0%
G = 49.5%
B = 50.5%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#003233 (or 0x003233) is known color: Cyprus. HEX triplet: 00, 32 and 33. RGB value is (0,50,51). Sum of RGB (Red+Green+Blue) = 0+50+51=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #003233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003233 is #FFCDCC. Grayscale: #232323. Windows color (decimal): -16764365 or 3355136. OLE color: 3355136.

HSL color Cylindrical-coordinate representation of color #003233: hue angle of 181.18º 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 #003233 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 50 51 -
CMYK 1 0.02 0 0.8
HSL 181.18º 1% 0.1% -
HSV(B) 181.18º 1% 0.2% -
XYZ 1.74 2.52 3.53 -
YUV 35.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 0 50 51 1 0.02 0 0.8 181.18 1 0.1
Hex 0 32 33 64 2 0 50 B5 64 A
Octal 0 62 63 144 2 0 120 265 144 12
Binary 0 110010 110011 1100100 10 0 1010000 10110101 1100100 1010

Color Harmonies of #003233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003233

Black with #003233

Text Example


Text Example

White with #003233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003233; }

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

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

background-color css

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

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

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

border-color css

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

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

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