#0B191E

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

Shades of Black Pearl #0B191E

Tints of Black Pearl #0B191E

Color information

#0B191E (or 0x0B191E) is unknown color: approx Black Pearl. HEX triplet: 0B, 19 and 1E. RGB value is (11,25,30). Sum of RGB (Red+Green+Blue) = 11+25+30=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B191E is #F4E6E1. Grayscale: #151515. Windows color (decimal): -16049890 or 1972491. OLE color: 1972491.

HSL color Cylindrical-coordinate representation of color #0B191E: hue angle of 195.79º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B191E is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB112530-
CMYK0.630.1700.88
HSL195.79º46.34%8.04%-
HSV(B)195.79º63.33%11.76%-
XYZ0.720.861.36-
YUV21.38132.86120.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 25 (10.16% from 255) = 37.88%
BLUE value IS 30 (12.11% from 255) = 45.45%
R=16.67%
G=37.88%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1125300.630.1700.88195.7946.348.04
HexB191E3F11058c42e8
Octal133136772101303045610
Binary101111001111101111111000101011000110001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B191E; }

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

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

<style>
 a { background-color: #0B191E; }

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

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

<style>
 span { border-color: #0B191E; }

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

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