#080B0D

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

Shades of Black Pearl #080B0D

Tints of Black Pearl #080B0D

Color information

#080B0D (or 0x080B0D) is unknown color: approx Black Pearl. HEX triplet: 08, 0B and 0D. RGB value is (8,11,13). Sum of RGB (Red+Green+Blue) = 8+11+13=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 13 - color contains mainly: blue. Hex color #080B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B0D is #F7F4F2. Grayscale: #0A0A0A. Windows color (decimal): -16250099 or 854792. OLE color: 854792.

HSL color Cylindrical-coordinate representation of color #080B0D: hue angle of 204º 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 #080B0D is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB81113-
CMYK0.380.1500.95
HSL204º23.81%4.12%-
HSV(B)204º38.46%5.1%-
XYZ0.290.320.43-
YUV10.33129.51126.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 13 (5.47% from 255) = 40.62%
R=25%
G=34.38%
B=40.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal811130.380.1500.9520423.814.12
Hex8BD26F05Fcc184
Octal10131546170137314304
Binary1000101111011001101111010111111100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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