#080C0F

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

Shades of Black Pearl #080C0F

Tints of Black Pearl #080C0F

Color information

#080C0F (or 0x080C0F) is unknown color: approx Black Pearl. HEX triplet: 08, 0C and 0F. RGB value is (8,12,15). Sum of RGB (Red+Green+Blue) = 8+12+15=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #080C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C0F is #F7F3F0. Grayscale: #0B0B0B. Windows color (decimal): -16249841 or 986120. OLE color: 986120.

HSL color Cylindrical-coordinate representation of color #080C0F: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #080C0F is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB81215-
CMYK0.470.2000.94
HSL205.71º30.43%4.51%-
HSV(B)205.71º46.67%5.88%-
XYZ0.320.350.5-
YUV11.15130.17125.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.86%
GREEN value IS 12 (5.08% from 255) = 34.29%
BLUE value IS 15 (6.25% from 255) = 42.86%
R=22.86%
G=34.29%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal812150.470.2000.94205.7130.434.51
Hex8CF2F1405Ece1e5
Octal10141757240136316365
Binary10001100111110111110100010111101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080C0F; }

 p { color: rgb(8,12,15); }

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

<style>
 a { background-color: #080C0F; }

 a { background-color: rgb(8,12,15); }

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

<style>
 span { border-color: #080C0F; }

 span { border-color: rgb(8,12,15); }

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