Html Css Color HEX #0B0915 Black Russian

📋 copy color: '#0B0915'

red 11 ◦ green 9 ◦ blue 21

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

Shades of Black Russian #0B0915

Tints of Black Russian #0B0915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 51.22%

R = 26.83%
G = 21.95%
B = 51.22%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0915 (or 0x0B0915) is known color: Black Russian. HEX triplet: 0B, 09 and 15. RGB value is (11,9,21). Sum of RGB (Red+Green+Blue) = 11+9+21=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0915 is #F4F6EA. Grayscale: #0A0A0A. Windows color (decimal): -16053995 or 1378571. OLE color: 1378571.

HSL color Cylindrical-coordinate representation of color #0B0915: hue angle of 250º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0B0915 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 9 21 -
CMYK 0.48 0.57 0 0.92
HSL 250º 0.4% 0.06% -
HSV(B) 250º 0.57% 0.08% -
XYZ 0.37 0.32 0.75 -
YUV 10.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 11 9 21 0.48 0.57 0 0.92 250 0.4 0.06
Hex B 9 15 30 39 0 5C FA 28 6
Octal 13 11 25 60 71 0 134 372 50 6
Binary 1011 1001 10101 110000 111001 0 1011100 11111010 101000 110

Color Harmonies of #0B0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0915

Black with #0B0915

Text Example


Text Example

White with #0B0915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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