Html Css Color HEX #0B1020 Black Russian

📋 copy color: '#0B1020'

red 11 ◦ green 16 ◦ blue 32

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

Shades of Black Russian #0B1020

Tints of Black Russian #0B1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

 BLUE value IS 32 (12.89% from 255) = 54.24%

R = 18.64%
G = 27.12%
B = 54.24%

CMYK

 C value IS 0.66

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0B1020 (or 0x0B1020) is known color: Black Russian. HEX triplet: 0B, 10 and 20. RGB value is (11,16,32). Sum of RGB (Red+Green+Blue) = 11+16+32=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #0B1020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1020 is #F4EFDF. Grayscale: #101010. Windows color (decimal): -16052192 or 2101259. OLE color: 2101259.

HSL color Cylindrical-coordinate representation of color #0B1020: hue angle of 225.71º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B1020 is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 16 32 -
CMYK 0.66 0.5 0 0.87
HSL 225.71º 0.49% 0.08% -
HSV(B) 225.71º 0.66% 0.13% -
XYZ 0.58 0.55 1.44 -
YUV 16.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 11 16 32 0.66 0.5 0 0.87 225.71 0.49 0.08
Hex B 10 20 42 32 0 57 E2 31 8
Octal 13 20 40 102 62 0 127 342 61 10
Binary 1011 10000 100000 1000010 110010 0 1010111 11100010 110001 1000

Color Harmonies of #0B1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1020

Black with #0B1020

Text Example


Text Example

White with #0B1020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,16,32); }

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

background-color css

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

 a { background-color: rgb(11,16,32); }

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

border-color css

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

 span { border-color: rgb(11,16,32); }

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