Html Css Color HEX #01060D Black Pearl

📋 copy color: '#01060D'

red 1 ◦ green 6 ◦ blue 13

#01060D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #01060D

Tints of Black Pearl #01060D

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 value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#01060D (or 0x01060D) is known color: 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

RGB 1 6 13 -
CMYK 0.92 0.54 0 0.95
HSL 215º 0.86% 0.03% -
HSV(B) 215º 0.92% 0.05% -
XYZ 0.15 0.17 0.4 -
YUV 5.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 1 6 13 0.92 0.54 0 0.95 215 0.86 0.03
Hex 1 6 D 5C 36 0 5F D7 56 3
Octal 1 6 15 134 66 0 137 327 126 3
Binary 1 110 1101 1011100 110110 0 1011111 11010111 1010110 11

Color Harmonies of #01060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01060D

Black with #01060D

Text Example


Text Example

White with #01060D

Text Example


Text Example

HTML Codes & Css Web 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>