#0B0930

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

Shades of Black Russian #0B0930

Tints of Black Russian #0B0930

Color information

#0B0930 (or 0x0B0930) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 30. RGB value is (11,9,48). Sum of RGB (Red+Green+Blue) = 11+9+48=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B0930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0930 is #F4F6CF. Grayscale: #0D0D0D. Windows color (decimal): -16053968 or 3148043. OLE color: 3148043.

HSL color Cylindrical-coordinate representation of color #0B0930: hue angle of 243.08º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B0930 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB11948-
CMYK0.770.8100.81
HSL243.08º68.42%11.18%-
HSV(B)243.08º81.25%18.82%-
XYZ0.770.482.85-
YUV14.04147.16125.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.18%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 48 (19.14% from 255) = 70.59%
R=16.18%
G=13.24%
B=70.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal119480.770.8100.81243.0868.4211.18
HexB9304D51051f344b
Octal131160115121012136310413
Binary1011100111000010011011010001010100011111001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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