#0B1217

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

Shades of Black Pearl #0B1217

Tints of Black Pearl #0B1217

Color information

#0B1217 (or 0x0B1217) is unknown color: approx Black Pearl. HEX triplet: 0B, 12 and 17. RGB value is (11,18,23). Sum of RGB (Red+Green+Blue) = 11+18+23=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B1217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1217 is #F4EDE8. Grayscale: #101010. Windows color (decimal): -16051689 or 1511947. OLE color: 1511947.

HSL color Cylindrical-coordinate representation of color #0B1217: hue angle of 205º 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 #0B1217 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB111823-
CMYK0.520.2200.91
HSL205º35.29%6.67%-
HSV(B)205º52.17%9.02%-
XYZ0.510.570.89-
YUV16.48131.68124.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.15%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=21.15%
G=34.62%
B=44.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1118230.520.2200.9120535.296.67
HexB1217341605Bcd237
Octal13222764260133315437
Binary10111001010111110100101100101101111001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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