#081F24

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

Shades of Black Pearl #081F24

Tints of Black Pearl #081F24

Color information

#081F24 (or 0x081F24) is unknown color: approx Black Pearl. HEX triplet: 08, 1F and 24. RGB value is (8,31,36). Sum of RGB (Red+Green+Blue) = 8+31+36=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #081F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F24 is #F7E0DB. Grayscale: #181818. Windows color (decimal): -16244956 or 2367240. OLE color: 2367240.

HSL color Cylindrical-coordinate representation of color #081F24: hue angle of 190.71º 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 #081F24 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB83136-
CMYK0.780.1400.86
HSL190.71º63.64%8.63%-
HSV(B)190.71º77.78%14.12%-
XYZ0.911.161.84-
YUV24.69134.38116.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 36 (14.45% from 255) = 48%
R=10.67%
G=41.33%
B=48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal831360.780.1400.86190.7163.648.63
Hex81F244EE056bf409
Octal10374411616012627710011
Binary10001111110010010011101110010101101011111110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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