#0B191D

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

Shades of Black Pearl #0B191D

Tints of Black Pearl #0B191D

Color information

#0B191D (or 0x0B191D) is unknown color: approx Black Pearl. HEX triplet: 0B, 19 and 1D. RGB value is (11,25,29). Sum of RGB (Red+Green+Blue) = 11+25+29=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B191D is #F4E6E2. Grayscale: #151515. Windows color (decimal): -16049891 or 1906955. OLE color: 1906955.

HSL color Cylindrical-coordinate representation of color #0B191D: hue angle of 193.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B191D is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB112529-
CMYK0.620.1400.89
HSL193.33º45%7.84%-
HSV(B)193.33º62.07%11.37%-
XYZ0.710.861.29-
YUV21.27132.36120.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.92%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 29 (11.72% from 255) = 44.62%
R=16.92%
G=38.46%
B=44.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1125290.620.1400.89193.33457.84
HexB191D3EE059c12d8
Octal133135761601313015510
Binary10111100111101111110111001011001110000011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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