#08181F

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

Shades of Black Pearl #08181F

Tints of Black Pearl #08181F

Color information

#08181F (or 0x08181F) is unknown color: approx Black Pearl. HEX triplet: 08, 18 and 1F. RGB value is (8,24,31). Sum of RGB (Red+Green+Blue) = 8+24+31=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #08181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181F is #F7E7E0. Grayscale: #131313. Windows color (decimal): -16246753 or 2037768. OLE color: 2037768.

HSL color Cylindrical-coordinate representation of color #08181F: hue angle of 198.26º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #08181F is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB82431-
CMYK0.740.2300.88
HSL198.26º58.97%7.65%-
HSV(B)198.26º74.19%12.16%-
XYZ0.670.81.42-
YUV20.01134.2119.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=12.70%
G=38.10%
B=49.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal824310.740.2300.88198.2658.977.65
Hex8181F4A17058c63b8
Octal1030371122701303067310
Binary1000110001111110010101011101011000110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08181F; }

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

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

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

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

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

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

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

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