Html Css Color HEX #0B1326 Black Russian

📋 copy color: '#0B1326'

red 11 ◦ green 19 ◦ blue 38

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

Shades of Black Russian #0B1326

Tints of Black Russian #0B1326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 55.88%

R = 16.18%
G = 27.94%
B = 55.88%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B1326 (or 0x0B1326) is known color: Black Russian. HEX triplet: 0B, 13 and 26. RGB value is (11,19,38). Sum of RGB (Red+Green+Blue) = 11+19+38=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B1326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1326 is #F4ECD9. Grayscale: #121212. Windows color (decimal): -16051418 or 2495243. OLE color: 2495243.

HSL color Cylindrical-coordinate representation of color #0B1326: hue angle of 222.22º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B1326 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 19 38 -
CMYK 0.71 0.50 0 0.85
HSL 222.22º 0.55% 0.1% -
HSV(B) 222.22º 0.71% 0.15% -
XYZ 0.72 0.68 1.93 -
YUV 18.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 11 19 38 0.71 0.50 0 0.85 222.22 0.55 0.1
Hex B 13 26 47 32 0 55 DE 37 A
Octal 13 23 46 107 62 0 125 336 67 12
Binary 1011 10011 100110 1000111 110010 0 1010101 11011110 110111 1010

Color Harmonies of #0B1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1326

Black with #0B1326

Text Example


Text Example

White with #0B1326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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