#010B19

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

Shades of Black Pearl #010B19

Tints of Black Pearl #010B19

Color information

#010B19 (or 0x010B19) is unknown color: approx Black Pearl. HEX triplet: 01, 0B and 19. RGB value is (1,11,25). Sum of RGB (Red+Green+Blue) = 1+11+25=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #010B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B19 is #FEF4E6. Grayscale: #090909. Windows color (decimal): -16708839 or 1641217. OLE color: 1641217.

HSL color Cylindrical-coordinate representation of color #010B19: hue angle of 215º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010B19 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11125-
CMYK0.960.5600.90
HSL215º92.31%5.1%-
HSV(B)215º96%9.8%-
XYZ0.310.320.96-
YUV9.61136.69121.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 25 (10.16% from 255) = 67.57%
R=2.70%
G=29.73%
B=67.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal111250.960.5600.9021592.315.1
Hex1B19603805Ad75c5
Octal113311407001323271345
Binary1101111001110000011100001011010110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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