#00050D

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

Shades of Black Pearl #00050D

Tints of Black Pearl #00050D

Color information

#00050D (or 0x00050D) is unknown color: approx Black Pearl. HEX triplet: 00, 05 and 0D. RGB value is (0,5,13). Sum of RGB (Red+Green+Blue) = 0+5+13=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 13 (5.47% from 255 or 72.22% from 18); Max value from RGB is 13 - color contains mainly: blue. Hex color #00050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00050D is #FFFAF2. Grayscale: #040404. Windows color (decimal): -16775923 or 853248. OLE color: 853248.

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

Color convert

RGB0513-
CMYK10.6200.95
HSL216.92º100%2.55%-
HSV(B)216.92º100%5.1%-
XYZ0.130.140.4-
YUV4.42132.84124.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 27.78%
BLUE value IS 13 (5.47% from 255) = 72.22%
R=0%
G=27.78%
B=72.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal051310.6200.95216.921002.55
Hex05D643E05Fd9643
Octal05151447601373311443
Binary0101110111001001111100101111111011001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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