#0B091A

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

Shades of Black Russian #0B091A

Tints of Black Russian #0B091A

Color information

#0B091A (or 0x0B091A) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 1A. RGB value is (11,9,26). Sum of RGB (Red+Green+Blue) = 11+9+26=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B091A is #F4F6E5. Grayscale: #0B0B0B. Windows color (decimal): -16053990 or 1706251. OLE color: 1706251.

HSL color Cylindrical-coordinate representation of color #0B091A: hue angle of 247.06º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B091A is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11926-
CMYK0.580.6500.90
HSL247.06º48.57%6.86%-
HSV(B)247.06º65.38%10.2%-
XYZ0.420.341.02-
YUV11.54136.16127.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 26 (10.55% from 255) = 56.52%
R=23.91%
G=19.57%
B=56.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal119260.580.6500.90247.0648.576.86
HexB91A3A4105Af7317
Octal131132721010132367617
Binary101110011101011101010000010101101011110111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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