#081D24

Color #081D24 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #081D24

Tints of Black Pearl #081D24

Color information

#081D24 (or 0x081D24) is unknown color: approx Black Pearl. HEX triplet: 08, 1D and 24. RGB value is (8,29,36). Sum of RGB (Red+Green+Blue) = 8+29+36=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #081D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D24 is #F7E2DB. Grayscale: #171717. Windows color (decimal): -16245468 or 2366728. OLE color: 2366728.

HSL color Cylindrical-coordinate representation of color #081D24: hue angle of 195º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081D24 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB82936-
CMYK0.780.1900.86
HSL195º63.64%8.63%-
HSV(B)195º77.78%14.12%-
XYZ0.861.061.83-
YUV23.52135.04116.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 29 (11.72% from 255) = 39.73%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=10.96%
G=39.73%
B=49.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal829360.780.1900.8619563.648.63
Hex81D244E13056c3409
Octal10354411623012630310011
Binary100011101100100100111010011010101101100001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081D24; }

 p { color: rgb(8,29,36); }

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

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

 a { background-color: rgb(8,29,36); }

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

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

 span { border-color: rgb(8,29,36); }

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