Html Css Color HEX #003231 Cyprus

📋 copy color: '#003231'

red 0 ◦ green 50 ◦ blue 49

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

Shades of Cyprus #003231

Tints of Cyprus #003231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 49.49%

R = 0%
G = 50.51%
B = 49.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#003231 (or 0x003231) is known color: Cyprus. HEX triplet: 00, 32 and 31. RGB value is (0,50,49). Sum of RGB (Red+Green+Blue) = 0+50+49=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #003231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003231 is #FFCDCE. Grayscale: #222222. Windows color (decimal): -16764367 or 3224064. OLE color: 3224064.

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

Color convert

RGB 0 50 49 -
CMYK 1 0 0.02 0.80
HSL 178.8º 1% 0.1% -
HSV(B) 178.8º 1% 0.2% -
XYZ 1.69 2.5 3.3 -
YUV 34.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 0 50 49 1 0 0.02 0.80 178.8 1 0.1
Hex 0 32 31 64 0 2 50 B3 64 A
Octal 0 62 61 144 0 2 120 263 144 12
Binary 0 110010 110001 1100100 0 10 1010000 10110011 1100100 1010

Color Harmonies of #003231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003231

Black with #003231

Text Example


Text Example

White with #003231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003231; }

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

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

background-color css

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

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

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

border-color css

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

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

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