#0B0917

Color #0B0917 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0B0917

Tints of Black Russian #0B0917

Color information

#0B0917 (or 0x0B0917) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 17. RGB value is (11,9,23). Sum of RGB (Red+Green+Blue) = 11+9+23=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0917 is #F4F6E8. Grayscale: #0B0B0B. Windows color (decimal): -16053993 or 1509643. OLE color: 1509643.

HSL color Cylindrical-coordinate representation of color #0B0917: hue angle of 248.57º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B0917 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11923-
CMYK0.520.6100.91
HSL248.57º43.75%6.27%-
HSV(B)248.57º60.87%9.02%-
XYZ0.390.330.85-
YUV11.19134.66127.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 9 (3.91% from 255) = 20.93%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=25.58%
G=20.93%
B=53.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal119230.520.6100.91248.5743.756.27
HexB917343D05Bf92c6
Octal13112764750133371546
Binary10111001101111101001111010101101111111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B0917;
 }
 .AnyTagClassName
 {
   color: #0B0917;
 }
</style>
background-color css

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

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

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

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

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

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