#000B19

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

Shades of Black Pearl #000B19

Tints of Black Pearl #000B19

Color information

#000B19 (or 0x000B19) is unknown color: approx Black Pearl. HEX triplet: 00, 0B and 19. RGB value is (0,11,25). Sum of RGB (Red+Green+Blue) = 0+11+25=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #000B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B19 is #FFF4E6. Grayscale: #090909. Windows color (decimal): -16774375 or 1641216. OLE color: 1641216.

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

Color convert

RGB01125-
CMYK10.5600.90
HSL213.6º100%4.9%-
HSV(B)213.6º100%9.8%-
XYZ0.30.310.96-
YUV9.31136.86121.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 25 (10.16% from 255) = 69.44%
R=0%
G=30.56%
B=69.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0112510.5600.90213.61004.9
Hex0B19643805Ad6645
Octal013311447001323261445
Binary0101111001110010011100001011010110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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