#010B14

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

Shades of Black Pearl #010B14

Tints of Black Pearl #010B14

Color information

#010B14 (or 0x010B14) is unknown color: approx Black Pearl. HEX triplet: 01, 0B and 14. RGB value is (1,11,20). Sum of RGB (Red+Green+Blue) = 1+11+20=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 20 (8.20% from 255 or 62.5% from 32); Max value from RGB is 20 - color contains mainly: blue. Hex color #010B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B14 is #FEF4EB. Grayscale: #080808. Windows color (decimal): -16708844 or 1313537. OLE color: 1313537.

HSL color Cylindrical-coordinate representation of color #010B14: hue angle of 208.42º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010B14 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11120-
CMYK0.950.4500.92
HSL208.42º90.48%4.12%-
HSV(B)208.42º95%7.84%-
XYZ0.260.30.71-
YUV9.04134.19122.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 20 (8.20% from 255) = 62.5%
R=3.12%
G=34.38%
B=62.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal111200.950.4500.92208.4290.484.12
Hex1B145F2D05Cd05a4
Octal113241375501343201324
Binary1101110100101111110110101011100110100001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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