#080A0D

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

Shades of Black Pearl #080A0D

Tints of Black Pearl #080A0D

Color information

#080A0D (or 0x080A0D) is unknown color: approx Black Pearl. HEX triplet: 08, 0A and 0D. RGB value is (8,10,13). Sum of RGB (Red+Green+Blue) = 8+10+13=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 13 - color contains mainly: blue. Hex color #080A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A0D is #F7F5F2. Grayscale: #090909. Windows color (decimal): -16250355 or 854536. OLE color: 854536.

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

Color convert

RGB81013-
CMYK0.380.2300.95
HSL216º23.81%4.12%-
HSV(B)216º38.46%5.1%-
XYZ0.280.30.42-
YUV9.74129.84126.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25.81%
GREEN value IS 10 (4.30% from 255) = 32.26%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=25.81%
G=32.26%
B=41.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal810130.380.2300.9521623.814.12
Hex8AD261705Fd8184
Octal10121546270137330304
Binary10001010110110011010111010111111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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