Html Css Color HEX #0B1321 Black Russian

📋 copy color: '#0B1321'

red 11 ◦ green 19 ◦ blue 33

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

Shades of Black Russian #0B1321

Tints of Black Russian #0B1321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 52.38%

R = 17.46%
G = 30.16%
B = 52.38%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0B1321 (or 0x0B1321) is known color: Black Russian. HEX triplet: 0B, 13 and 21. RGB value is (11,19,33). Sum of RGB (Red+Green+Blue) = 11+19+33=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #0B1321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1321 is #F4ECDE. Grayscale: #121212. Windows color (decimal): -16051423 or 2167563. OLE color: 2167563.

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

Color convert

RGB 11 19 33 -
CMYK 0.67 0.42 0 0.87
HSL 218.18º 0.5% 0.09% -
HSV(B) 218.18º 0.67% 0.13% -
XYZ 0.65 0.65 1.53 -
YUV 18.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 11 19 33 0.67 0.42 0 0.87 218.18 0.5 0.09
Hex B 13 21 43 2A 0 57 DA 32 9
Octal 13 23 41 103 52 0 127 332 62 11
Binary 1011 10011 100001 1000011 101010 0 1010111 11011010 110010 1001

Color Harmonies of #0B1321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1321

Black with #0B1321

Text Example


Text Example

White with #0B1321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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