#05080B

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

Shades of Black Pearl #05080B

Tints of Black Pearl #05080B

Color information

#05080B (or 0x05080B) is unknown color: approx Black Pearl. HEX triplet: 05, 08 and 0B. RGB value is (5,8,11). Sum of RGB (Red+Green+Blue) = 5+8+11=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 11 (4.69% from 255 or 45.83% from 24); Max value from RGB is 11 - color contains mainly: blue. Hex color #05080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05080B is #FAF7F4. Grayscale: #070707. Windows color (decimal): -16447477 or 722949. OLE color: 722949.

HSL color Cylindrical-coordinate representation of color #05080B: hue angle of 210º degrees, saturation: 0.37, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #05080B is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5811-
CMYK0.550.2700.96
HSL210º37.5%3.14%-
HSV(B)210º54.55%4.31%-
XYZ0.210.230.35-
YUV7.44130.01126.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 8 (3.52% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 45.83%
R=20.83%
G=33.33%
B=45.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal58110.550.2700.9621037.53.14
Hex58B371B060d2253
Octal5101367330140322453
Binary1011000101111011111011011000001101001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05080B; }

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

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

<style>
 a { background-color: #05080B; }

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

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

<style>
 span { border-color: #05080B; }

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

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