#010A0B

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

Shades of Black Pearl #010A0B

Tints of Black Pearl #010A0B

Color information

#010A0B (or 0x010A0B) is unknown color: approx Black Pearl. HEX triplet: 01, 0A and 0B. RGB value is (1,10,11). Sum of RGB (Red+Green+Blue) = 1+10+11=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 10 (4.30% from 255 or 45.45% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #010A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A0B is #FEF5F4. Grayscale: #070707. Windows color (decimal): -16709109 or 723457. OLE color: 723457.

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

Color convert

RGB11011-
CMYK0.910.0900.96
HSL186º83.33%2.35%-
HSV(B)186º90.91%4.31%-
XYZ0.180.250.35-
YUV7.42130.02123.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.55%
GREEN value IS 10 (4.30% from 255) = 45.45%
BLUE value IS 11 (4.69% from 255) = 50%
R=4.55%
G=45.45%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal110110.910.0900.9618683.332.35
Hex1AB5B9060ba532
Octal112131331101402721232
Binary110101011101101110010110000010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A0B; }

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

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

<style>
 a { background-color: #010A0B; }

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

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

<style>
 span { border-color: #010A0B; }

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

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