#080C0D

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

Shades of Black Pearl #080C0D

Tints of Black Pearl #080C0D

Color information

#080C0D (or 0x080C0D) is unknown color: approx Black Pearl. HEX triplet: 08, 0C and 0D. RGB value is (8,12,13). Sum of RGB (Red+Green+Blue) = 8+12+13=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 13 - color contains mainly: blue. Hex color #080C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C0D is #F7F3F2. Grayscale: #0A0A0A. Windows color (decimal): -16249843 or 855048. OLE color: 855048.

HSL color Cylindrical-coordinate representation of color #080C0D: hue angle of 192º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080C0D is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB81213-
CMYK0.380.0800.95
HSL192º23.81%4.12%-
HSV(B)192º38.46%5.1%-
XYZ0.30.340.43-
YUV10.92129.17125.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 24.24%
GREEN value IS 12 (5.08% from 255) = 36.36%
BLUE value IS 13 (5.47% from 255) = 39.39%
R=24.24%
G=36.36%
B=39.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal812130.380.0800.9519223.814.12
Hex8CD26805Fc0184
Octal10141546100137300304
Binary1000110011011001101000010111111100000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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