#05090D

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

Shades of Black Pearl #05090D

Tints of Black Pearl #05090D

Color information

#05090D (or 0x05090D) is unknown color: approx Black Pearl. HEX triplet: 05, 09 and 0D. RGB value is (5,9,13). Sum of RGB (Red+Green+Blue) = 5+9+13=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: blue. Hex color #05090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05090D is #FAF6F2. Grayscale: #080808. Windows color (decimal): -16447219 or 854277. OLE color: 854277.

HSL color Cylindrical-coordinate representation of color #05090D: hue angle of 210º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #05090D is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5913-
CMYK0.620.3100.95
HSL210º44.44%3.53%-
HSV(B)210º61.54%5.1%-
XYZ0.230.260.42-
YUV8.26130.67125.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 18.52%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 48.15%
R=18.52%
G=33.33%
B=48.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal59130.620.3100.9521044.443.53
Hex59D3E1F05Fd22c4
Octal5111576370137322544
Binary10110011101111110111110101111111010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05090D; }

 p { color: rgb(5,9,13); }

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

<style>
 a { background-color: #05090D; }

 a { background-color: rgb(5,9,13); }

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

<style>
 span { border-color: #05090D; }

 span { border-color: rgb(5,9,13); }

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