#033331

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

Shades of Cyprus #033331

Tints of Cyprus #033331

Color information

#033331 (or 0x033331) is unknown color: approx Cyprus. HEX triplet: 03, 33 and 31. RGB value is (3,51,49). Sum of RGB (Red+Green+Blue) = 3+51+49=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #033331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033331 is #FCCCCE. Grayscale: #242424. Windows color (decimal): -16567503 or 3224323. OLE color: 3224323.

HSL color Cylindrical-coordinate representation of color #033331: hue angle of 177.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033331 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB35149-
CMYK0.9400.040.8
HSL177.5º88.89%10.59%-
HSV(B)177.5º94.12%20%-
XYZ1.782.613.32-
YUV36.42135.1104.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=2.91%
G=49.51%
B=47.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351490.9400.040.8177.588.8910.59
Hex333315E0450b259b
Octal363611360412026213113
Binary111100111100011011110010010100001011001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033331; }

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

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

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

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

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

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

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

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