#01070B

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

Shades of Black Pearl #01070B

Tints of Black Pearl #01070B

Color information

#01070B (or 0x01070B) is unknown color: approx Black Pearl. HEX triplet: 01, 07 and 0B. RGB value is (1,7,11). Sum of RGB (Red+Green+Blue) = 1+7+11=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #01070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01070B is #FEF8F4. Grayscale: #050505. Windows color (decimal): -16709877 or 722689. OLE color: 722689.

HSL color Cylindrical-coordinate representation of color #01070B: hue angle of 204º 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 #01070B is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB1711-
CMYK0.910.3600.96
HSL204º83.33%2.35%-
HSV(B)204º90.91%4.31%-
XYZ0.150.180.34-
YUV5.66131.01124.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.26%
GREEN value IS 7 (3.12% from 255) = 36.84%
BLUE value IS 11 (4.69% from 255) = 57.89%
R=5.26%
G=36.84%
B=57.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal17110.910.3600.9620483.332.35
Hex17B5B24060cc532
Octal17131334401403141232
Binary1111101110110111001000110000011001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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