Html Css Color HEX #0B0E16 Black Russian

📋 copy color: '#0B0E16'

red 11 ◦ green 14 ◦ blue 22

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

Shades of Black Russian #0B0E16

Tints of Black Russian #0B0E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 29.79%

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

R = 23.4%
G = 29.79%
B = 46.81%

CMYK

 C value IS 0.5

 M value IS 0.36

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0E16 (or 0x0B0E16) is known color: Black Russian. HEX triplet: 0B, 0E and 16. RGB value is (11,14,22). Sum of RGB (Red+Green+Blue) = 11+14+22=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E16 is #F4F1E9. Grayscale: #0D0D0D. Windows color (decimal): -16052714 or 1445387. OLE color: 1445387.

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

Color convert

RGB 11 14 22 -
CMYK 0.5 0.36 0 0.91
HSL 223.64º 0.33% 0.06% -
HSV(B) 223.64º 0.5% 0.09% -
XYZ 0.44 0.44 0.82 -
YUV 14.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 11 14 22 0.5 0.36 0 0.91 223.64 0.33 0.06
Hex B E 16 32 24 0 5B E0 21 6
Octal 13 16 26 62 44 0 133 340 41 6
Binary 1011 1110 10110 110010 100100 0 1011011 11100000 100001 110

Color Harmonies of #0B0E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0E16

Black with #0B0E16

Text Example


Text Example

White with #0B0E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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