Html Css Color HEX #0B1316 Black Pearl

📋 copy color: '#0B1316'

red 11 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #0B1316

Tints of Black Pearl #0B1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 36.54%

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

R = 21.15%
G = 36.54%
B = 42.31%

CMYK

 C value IS 0.5

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B1316 (or 0x0B1316) is known color: Black Pearl. HEX triplet: 0B, 13 and 16. RGB value is (11,19,22). Sum of RGB (Red+Green+Blue) = 11+19+22=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B1316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1316 is #F4ECE9. Grayscale: #101010. Windows color (decimal): -16051434 or 1446667. OLE color: 1446667.

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

Color convert

RGB 11 19 22 -
CMYK 0.5 0.14 0 0.91
HSL 196.36º 0.33% 0.06% -
HSV(B) 196.36º 0.5% 0.09% -
XYZ 0.52 0.59 0.85 -
YUV 16.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 11 19 22 0.5 0.14 0 0.91 196.36 0.33 0.06
Hex B 13 16 32 E 0 5B C4 21 6
Octal 13 23 26 62 16 0 133 304 41 6
Binary 1011 10011 10110 110010 1110 0 1011011 11000100 100001 110

Color Harmonies of #0B1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1316

Black with #0B1316

Text Example


Text Example

White with #0B1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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