Html Css Color HEX #01060A Black Pearl

📋 copy color: '#01060A'

red 1 ◦ green 6 ◦ blue 10

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

Shades of Black Pearl #01060A

Tints of Black Pearl #01060A

RGB

 RED value IS 1 (0.78% from 255) = 5.88%

 GREEN value IS 6 (2.73% from 255) = 35.29%

 BLUE value IS 10 (4.3% from 255) = 58.82%

R = 5.88%
G = 35.29%
B = 58.82%

CMYK

 C value IS 0.90

 M value IS 0.4

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01060A (or 0x01060A) is known color: Black Pearl. HEX triplet: 01, 06 and 0A. RGB value is (1,6,10). Sum of RGB (Red+Green+Blue) = 1+6+10=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 10 (4.30% from 255 or 58.82% from 17); Max value from RGB is 10 - color contains mainly: blue. Hex color #01060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01060A is #FEF9F5. Grayscale: #040404. Windows color (decimal): -16710134 or 656897. OLE color: 656897.

HSL color Cylindrical-coordinate representation of color #01060A: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #01060A is Cyan = 0.90, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 6 10 -
CMYK 0.90 0.4 0 0.96
HSL 206.67º 0.82% 0.02% -
HSV(B) 206.67º 0.9% 0.04% -
XYZ 0.13 0.16 0.31 -
YUV 4.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 1 6 10 0.90 0.4 0 0.96 206.67 0.82 0.02
Hex 1 6 A 5A 28 0 60 CF 52 2
Octal 1 6 12 132 50 0 140 317 122 2
Binary 1 110 1010 1011010 101000 0 1100000 11001111 1010010 10

Color Harmonies of #01060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01060A

Black with #01060A

Text Example


Text Example

White with #01060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01060A;
 }
 .AnyTagClassName
 {
   color: #01060A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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