#08121D

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

Shades of Black Pearl #08121D

Tints of Black Pearl #08121D

Color information

#08121D (or 0x08121D) is unknown color: approx Black Pearl. HEX triplet: 08, 12 and 1D. RGB value is (8,18,29). Sum of RGB (Red+Green+Blue) = 8+18+29=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #08121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08121D is #F7EDE2. Grayscale: #101010. Windows color (decimal): -16248291 or 1905160. OLE color: 1905160.

HSL color Cylindrical-coordinate representation of color #08121D: hue angle of 211.43º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #08121D is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB81829-
CMYK0.720.3800.89
HSL211.43º56.76%7.25%-
HSV(B)211.43º72.41%11.37%-
XYZ0.540.571.24-
YUV16.26135.19122.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=14.55%
G=32.73%
B=52.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal818290.720.3800.89211.4356.767.25
Hex8121D4826059d3397
Octal102235110460131323717
Binary1000100101110110010001001100101100111010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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