#05080C

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

Shades of Black Pearl #05080C

Tints of Black Pearl #05080C

Color information

#05080C (or 0x05080C) is unknown color: approx Black Pearl. HEX triplet: 05, 08 and 0C. RGB value is (5,8,12). Sum of RGB (Red+Green+Blue) = 5+8+12=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #05080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05080C is #FAF7F3. Grayscale: #070707. Windows color (decimal): -16447476 or 788485. OLE color: 788485.

HSL color Cylindrical-coordinate representation of color #05080C: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #05080C is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5812-
CMYK0.580.3300.95
HSL214.29º41.18%3.33%-
HSV(B)214.29º58.33%4.71%-
XYZ0.220.230.38-
YUV7.56130.51126.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 8 (3.52% from 255) = 32%
BLUE value IS 12 (5.08% from 255) = 48%
R=20%
G=32%
B=48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal58120.580.3300.95214.2941.183.33
Hex58C3A2105Fd6293
Octal5101472410137326513
Binary10110001100111010100001010111111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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