Html Css Color HEX #0B0913 Black Russian

📋 copy color: '#0B0913'

red 11 ◦ green 9 ◦ blue 19

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

Shades of Black Russian #0B0913

Tints of Black Russian #0B0913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 23.08%

 BLUE value IS 19 (7.81% from 255) = 48.72%

R = 28.21%
G = 23.08%
B = 48.72%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0913 (or 0x0B0913) is known color: Black Russian. HEX triplet: 0B, 09 and 13. RGB value is (11,9,19). Sum of RGB (Red+Green+Blue) = 11+9+19=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B0913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0913 is #F4F6EC. Grayscale: #0A0A0A. Windows color (decimal): -16053997 or 1247499. OLE color: 1247499.

HSL color Cylindrical-coordinate representation of color #0B0913: hue angle of 252º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0B0913 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 9 19 -
CMYK 0.42 0.53 0 0.93
HSL 252º 0.36% 0.05% -
HSV(B) 252º 0.53% 0.07% -
XYZ 0.35 0.31 0.66 -
YUV 10.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 11 9 19 0.42 0.53 0 0.93 252 0.36 0.05
Hex B 9 13 2A 35 0 5D FC 24 5
Octal 13 11 23 52 65 0 135 374 44 5
Binary 1011 1001 10011 101010 110101 0 1011101 11111100 100100 101

Color Harmonies of #0B0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0913

Black with #0B0913

Text Example


Text Example

White with #0B0913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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