#0B1417

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

Shades of Black Pearl #0B1417

Tints of Black Pearl #0B1417

Color information

#0B1417 (or 0x0B1417) is unknown color: approx Black Pearl. HEX triplet: 0B, 14 and 17. RGB value is (11,20,23). Sum of RGB (Red+Green+Blue) = 11+20+23=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B1417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1417 is #F4EBE8. Grayscale: #111111. Windows color (decimal): -16051177 or 1512459. OLE color: 1512459.

HSL color Cylindrical-coordinate representation of color #0B1417: hue angle of 195º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0B1417 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB112023-
CMYK0.520.1300.91
HSL195º35.29%6.67%-
HSV(B)195º52.17%9.02%-
XYZ0.540.630.9-
YUV17.65131.02123.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.37%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 23 (9.38% from 255) = 42.59%
R=20.37%
G=37.04%
B=42.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1120230.520.1300.9119535.296.67
HexB141734D05Bc3237
Octal13242764150133303437
Binary1011101001011111010011010101101111000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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