#0B0929

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

Shades of Black Russian #0B0929

Tints of Black Russian #0B0929

Color information

#0B0929 (or 0x0B0929) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 29. RGB value is (11,9,41). Sum of RGB (Red+Green+Blue) = 11+9+41=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B0929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0929 is #F4F6D6. Grayscale: #0D0D0D. Windows color (decimal): -16053975 or 2689291. OLE color: 2689291.

HSL color Cylindrical-coordinate representation of color #0B0929: hue angle of 243.75º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B0929 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11941-
CMYK0.730.7800.84
HSL243.75º64%9.8%-
HSV(B)243.75º78.05%16.08%-
XYZ0.640.432.15-
YUV13.25143.66126.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.03%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 41 (16.41% from 255) = 67.21%
R=18.03%
G=14.75%
B=67.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal119410.730.7800.84243.75649.8
HexB929494E054f440a
Octal131151111116012436410012
Binary1011100110100110010011001110010101001111010010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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