#003231

Color #003231 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #003231

Tints of Cyprus #003231

Color information

#003231 (or 0x003231) is unknown color: approx 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

RGB05049-
CMYK100.020.80
HSL178.8º100%9.8%-
HSV(B)178.8º100%19.61%-
XYZ1.692.53.3-
YUV34.94135.94103.08-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05049100.020.80178.81009.8
Hex03231640250b364a
Octal062611440212026314412
Binary0110010110001110010001010100001011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>