#01060B

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

Shades of Black Pearl #01060B

Tints of Black Pearl #01060B

Color information

#01060B (or 0x01060B) is unknown color: approx Black Pearl. HEX triplet: 01, 06 and 0B. RGB value is (1,6,11). Sum of RGB (Red+Green+Blue) = 1+6+11=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #01060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01060B is #FEF9F4. Grayscale: #050505. Windows color (decimal): -16710133 or 722433. OLE color: 722433.

HSL color Cylindrical-coordinate representation of color #01060B: hue angle of 210º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #01060B is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB1611-
CMYK0.910.4500.96
HSL210º83.33%2.35%-
HSV(B)210º90.91%4.31%-
XYZ0.140.160.34-
YUV5.07131.34125.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.56%
GREEN value IS 6 (2.73% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 61.11%
R=5.56%
G=33.33%
B=61.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal16110.910.4500.9621083.332.35
Hex16B5B2D060d2532
Octal16131335501403221232
Binary1110101110110111011010110000011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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