Html Css Color HEX #0A0B16 Black Russian

📋 copy color: '#0A0B16'

red 10 ◦ green 11 ◦ blue 22

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

Shades of Black Russian #0A0B16

Tints of Black Russian #0A0B16

RGB

 RED value IS 10 (4.3% from 255) = 23.26%

 GREEN value IS 11 (4.69% from 255) = 25.58%

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

R = 23.26%
G = 25.58%
B = 51.16%

CMYK

 C value IS 0.55

 M value IS 0.5

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0B16 (or 0x0A0B16) is known color: Black Russian. HEX triplet: 0A, 0B and 16. RGB value is (10,11,22). Sum of RGB (Red+Green+Blue) = 10+11+22=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B16 is #F5F4E9. Grayscale: #0B0B0B. Windows color (decimal): -16119018 or 1444618. OLE color: 1444618.

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

Color convert

RGB 10 11 22 -
CMYK 0.55 0.5 0 0.91
HSL 235º 0.38% 0.06% -
HSV(B) 235º 0.55% 0.09% -
XYZ 0.39 0.36 0.81 -
YUV 11.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 10 11 22 0.55 0.5 0 0.91 235 0.38 0.06
Hex A B 16 37 32 0 5B EB 26 6
Octal 12 13 26 67 62 0 133 353 46 6
Binary 1010 1011 10110 110111 110010 0 1011011 11101011 100110 110

Color Harmonies of #0A0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0B16

Black with #0A0B16

Text Example


Text Example

White with #0A0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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