#003331

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

Shades of Cyprus #003331

Tints of Cyprus #003331

Color information

#003331 (or 0x003331) is unknown color: approx Cyprus. HEX triplet: 00, 33 and 31. RGB value is (0,51,49). Sum of RGB (Red+Green+Blue) = 0+51+49=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #003331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003331 is #FFCCCE. Grayscale: #232323. Windows color (decimal): -16764111 or 3224320. OLE color: 3224320.

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

Color convert

RGB05149-
CMYK100.040.8
HSL177.65º100%10%-
HSV(B)177.65º100%20%-
XYZ1.742.593.31-
YUV35.52135.6102.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 51%
BLUE value IS 49 (19.53% from 255) = 49%
R=0%
G=51%
B=49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05149100.040.8177.6510010
Hex03331640450b264a
Octal063611440412026214412
Binary01100111100011100100010010100001011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003331; }

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

 H1.HeaderClassName
 {
   color: #003331;
 }
 .AnyTagClassName
 {
   color: #003331;
 }
</style>
background-color css

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

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

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

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

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

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