Html Css Color HEX #0B0918 Black Russian

📋 copy color: '#0B0918'

red 11 ◦ green 9 ◦ blue 24

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

Shades of Black Russian #0B0918

Tints of Black Russian #0B0918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 54.55%

R = 25%
G = 20.45%
B = 54.55%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0918 (or 0x0B0918) is known color: Black Russian. HEX triplet: 0B, 09 and 18. RGB value is (11,9,24). Sum of RGB (Red+Green+Blue) = 11+9+24=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0918 is #F4F6E7. Grayscale: #0B0B0B. Windows color (decimal): -16053992 or 1575179. OLE color: 1575179.

HSL color Cylindrical-coordinate representation of color #0B0918: hue angle of 248º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B0918 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 9 24 -
CMYK 0.54 0.63 0 0.91
HSL 248º 0.45% 0.06% -
HSV(B) 248º 0.63% 0.09% -
XYZ 0.4 0.33 0.91 -
YUV 11.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 11 9 24 0.54 0.63 0 0.91 248 0.45 0.06
Hex B 9 18 36 3F 0 5B F8 2D 6
Octal 13 11 30 66 77 0 133 370 55 6
Binary 1011 1001 11000 110110 111111 0 1011011 11111000 101101 110

Color Harmonies of #0B0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0918

Black with #0B0918

Text Example


Text Example

White with #0B0918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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