Html Css Color HEX #003232 Cyprus

📋 copy color: '#003232'

red 0 ◦ green 50 ◦ blue 50

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

Shades of Cyprus #003232

Tints of Cyprus #003232

RGB

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

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

 BLUE value IS 50 (19.92% 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.80

RGB Variations

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

Color information

#003232 (or 0x003232) is known color: Cyprus. HEX triplet: 00, 32 and 32. RGB value is (0,50,50). Sum of RGB (Red+Green+Blue) = 0+50+50=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #003232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003232 is #FFCDCD. Grayscale: #232323. Windows color (decimal): -16764366 or 3289600. OLE color: 3289600.

HSL color Cylindrical-coordinate representation of color #003232: 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 #003232 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 50 50 -
CMYK 1 0 0 0.80
HSL 180º 1% 0.1% -
HSV(B) 180º 1% 0.2% -
XYZ 1.72 2.51 3.41 -
YUV 35.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 0 50 50 1 0 0 0.80 180 1 0.1
Hex 0 32 32 64 0 0 50 B4 64 A
Octal 0 62 62 144 0 0 120 264 144 12
Binary 0 110010 110010 1100100 0 0 1010000 10110100 1100100 1010

Color Harmonies of #003232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003232

Black with #003232

Text Example


Text Example

White with #003232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003232; }

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

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

background-color css

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

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

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

border-color css

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

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

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