#08121F

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

Shades of Black Pearl #08121F

Tints of Black Pearl #08121F

Color information

#08121F (or 0x08121F) is unknown color: approx Black Pearl. HEX triplet: 08, 12 and 1F. RGB value is (8,18,31). Sum of RGB (Red+Green+Blue) = 8+18+31=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #08121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08121F is #F7EDE0. Grayscale: #101010. Windows color (decimal): -16248289 or 2036232. OLE color: 2036232.

HSL color Cylindrical-coordinate representation of color #08121F: hue angle of 213.91º 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 #08121F is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB81831-
CMYK0.740.4200.88
HSL213.91º58.97%7.65%-
HSV(B)213.91º74.19%12.16%-
XYZ0.560.581.38-
YUV16.49136.19121.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=14.04%
G=31.58%
B=54.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal818310.740.4200.88213.9158.977.65
Hex8121F4A2A058d63b8
Octal1022371125201303267310
Binary10001001011111100101010101001011000110101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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