Html Css Color HEX #0B081B Black Russian

📋 copy color: '#0B081B'

red 11 ◦ green 8 ◦ blue 27

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

Shades of Black Russian #0B081B

Tints of Black Russian #0B081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.39%

 BLUE value IS 27 (10.94% from 255) = 58.7%

R = 23.91%
G = 17.39%
B = 58.7%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B081B (or 0x0B081B) is known color: Black Russian. HEX triplet: 0B, 08 and 1B. RGB value is (11,8,27). Sum of RGB (Red+Green+Blue) = 11+8+27=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B081B is #F4F7E4. Grayscale: #0A0A0A. Windows color (decimal): -16054245 or 1771531. OLE color: 1771531.

HSL color Cylindrical-coordinate representation of color #0B081B: hue angle of 249.47º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B081B is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 8 27 -
CMYK 0.59 0.70 0 0.89
HSL 249.47º 0.54% 0.07% -
HSV(B) 249.47º 0.7% 0.11% -
XYZ 0.42 0.32 1.08 -
YUV 11.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 11 8 27 0.59 0.70 0 0.89 249.47 0.54 0.07
Hex B 8 1B 3B 46 0 59 F9 36 7
Octal 13 10 33 73 106 0 131 371 66 7
Binary 1011 1000 11011 111011 1000110 0 1011001 11111001 110110 111

Color Harmonies of #0B081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B081B

Black with #0B081B

Text Example


Text Example

White with #0B081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,8,27); }

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

background-color css

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

 a { background-color: rgb(11,8,27); }

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

border-color css

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

 span { border-color: rgb(11,8,27); }

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