#003431

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

Shades of Cyprus #003431

Tints of Cyprus #003431

Color information

#003431 (or 0x003431) is unknown color: approx Cyprus. HEX triplet: 00, 34 and 31. RGB value is (0,52,49). Sum of RGB (Red+Green+Blue) = 0+52+49=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #003431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003431 is #FFCBCE. Grayscale: #242424. Windows color (decimal): -16763855 or 3224576. OLE color: 3224576.

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

Color convert

RGB05249-
CMYK100.060.80
HSL176.54º100%10.2%-
HSV(B)176.54º100%20.39%-
XYZ1.782.683.33-
YUV36.11135.27102.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 51.49%
BLUE value IS 49 (19.53% from 255) = 48.51%
R=0%
G=51.49%
B=48.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05249100.060.80176.5410010.2
Hex03431640650b164a
Octal064611440612026114412
Binary01101001100011100100011010100001011000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003431; }

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

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

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

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

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

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

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

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