Html Css Color HEX #0B0813 Black Russian

📋 copy color: '#0B0813'

red 11 ◦ green 8 ◦ blue 19

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

Shades of Black Russian #0B0813

Tints of Black Russian #0B0813

RGB

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

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

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

R = 28.95%
G = 21.05%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0813 (or 0x0B0813) is known color: Black Russian. HEX triplet: 0B, 08 and 13. RGB value is (11,8,19). Sum of RGB (Red+Green+Blue) = 11+8+19=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B0813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0813 is #F4F7EC. Grayscale: #0A0A0A. Windows color (decimal): -16054253 or 1247243. OLE color: 1247243.

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

Color convert

RGB 11 8 19 -
CMYK 0.42 0.58 0 0.93
HSL 256.36º 0.41% 0.05% -
HSV(B) 256.36º 0.58% 0.07% -
XYZ 0.34 0.29 0.65 -
YUV 10.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 11 8 19 0.42 0.58 0 0.93 256.36 0.41 0.05
Hex B 8 13 2A 3A 0 5D 100 29 5
Octal 13 10 23 52 72 0 135 400 51 5
Binary 1011 1000 10011 101010 111010 0 1011101 100000000 101001 101

Color Harmonies of #0B0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0813

Black with #0B0813

Text Example


Text Example

White with #0B0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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