#01060D

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

Shades of Black Pearl #01060D

Tints of Black Pearl #01060D

Color information

#01060D (or 0x01060D) is unknown color: approx Black Pearl. HEX triplet: 01, 06 and 0D. RGB value is (1,6,13). Sum of RGB (Red+Green+Blue) = 1+6+13=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 6 (2.73% from 255 or 30% from 20); Blue value is 13 (5.47% from 255 or 65% from 20); Max value from RGB is 13 - color contains mainly: blue. Hex color #01060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01060D is #FEF9F2. Grayscale: #050505. Windows color (decimal): -16710131 or 853505. OLE color: 853505.

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

Color convert

RGB1613-
CMYK0.920.5400.95
HSL215º85.71%2.75%-
HSV(B)215º92.31%5.1%-
XYZ0.150.170.4-
YUV5.3132.34124.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5%
GREEN value IS 6 (2.73% from 255) = 30%
BLUE value IS 13 (5.47% from 255) = 65%
R=5%
G=30%
B=65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal16130.920.5400.9521585.712.75
Hex16D5C3605Fd7563
Octal16151346601373271263
Binary1110110110111001101100101111111010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,6,13); }

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

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

 a { background-color: rgb(1,6,13); }

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

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

 span { border-color: rgb(1,6,13); }

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