Html Css Color HEX #0B1516 Black Pearl

📋 copy color: '#0B1516'

red 11 ◦ green 21 ◦ blue 22

#0B1516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #0B1516

Tints of Black Pearl #0B1516

RGB

 RED value IS 11 (4.69% from 255) = 20.37%

 GREEN value IS 21 (8.59% from 255) = 38.89%

 BLUE value IS 22 (8.98% from 255) = 40.74%

R = 20.37%
G = 38.89%
B = 40.74%

CMYK

 C value IS 0.5

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B1516 (or 0x0B1516) is known color: Black Pearl. HEX triplet: 0B, 15 and 16. RGB value is (11,21,22). Sum of RGB (Red+Green+Blue) = 11+21+22=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B1516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1516 is #F4EAE9. Grayscale: #121212. Windows color (decimal): -16050922 or 1447179. OLE color: 1447179.

HSL color Cylindrical-coordinate representation of color #0B1516: hue angle of 185.45º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1516 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 21 22 -
CMYK 0.5 0.05 0 0.91
HSL 185.45º 0.33% 0.06% -
HSV(B) 185.45º 0.5% 0.09% -
XYZ 0.55 0.67 0.86 -
YUV 18.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 11 21 22 0.5 0.05 0 0.91 185.45 0.33 0.06
Hex B 15 16 32 5 0 5B B9 21 6
Octal 13 25 26 62 5 0 133 271 41 6
Binary 1011 10101 10110 110010 101 0 1011011 10111001 100001 110

Color Harmonies of #0B1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1516

Black with #0B1516

Text Example


Text Example

White with #0B1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,21,22); }

 H1.HeaderClassName
 {
   color: #0B1516;
 }
 .AnyTagClassName
 {
   color: #0B1516;
 }
</style>

background-color css

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

 a { background-color: rgb(11,21,22); }

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

border-color css

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

 span { border-color: rgb(11,21,22); }

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