#08443B

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

Shades of Cyprus #08443B

Tints of Cyprus #08443B

Color information

#08443B (or 0x08443B) is unknown color: approx Cyprus. HEX triplet: 08, 44 and 3B. RGB value is (8,68,59). Sum of RGB (Red+Green+Blue) = 8+68+59=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #08443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08443B is #F7BBC4. Grayscale: #313131. Windows color (decimal): -16235461 or 3884040. OLE color: 3884040.

HSL color Cylindrical-coordinate representation of color #08443B: hue angle of 171º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08443B is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB86859-
CMYK0.8800.130.73
HSL171º78.95%14.9%-
HSV(B)171º88.24%26.67%-
XYZ2.964.54.85-
YUV49.03133.6298.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=5.93%
G=50.37%
B=43.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868590.8800.130.7317178.9514.9
Hex8443B580D49ab4ff
Octal101047313001511125311717
Binary1000100010011101110110000110110010011010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08443B; }

 p { color: rgb(8,68,59); }

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

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

 a { background-color: rgb(8,68,59); }

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

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

 span { border-color: rgb(8,68,59); }

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