#033431

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

Shades of Cyprus #033431

Tints of Cyprus #033431

Color information

#033431 (or 0x033431) is unknown color: approx Cyprus. HEX triplet: 03, 34 and 31. RGB value is (3,52,49). Sum of RGB (Red+Green+Blue) = 3+52+49=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #033431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033431 is #FCCBCE. Grayscale: #242424. Windows color (decimal): -16567247 or 3224579. OLE color: 3224579.

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

Color convert

RGB35249-
CMYK0.9400.060.80
HSL176.33º89.09%10.78%-
HSV(B)176.33º94.23%20.39%-
XYZ1.822.73.33-
YUV37.01134.77103.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=2.88%
G=50%
B=47.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352490.9400.060.80176.3389.0910.78
Hex334315E0650b059b
Octal364611360612026013113
Binary111101001100011011110011010100001011000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033431; }

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

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

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

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

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

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

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

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