#0B0429

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

Shades of Black Russian #0B0429

Tints of Black Russian #0B0429

Color information

#0B0429 (or 0x0B0429) is unknown color: approx Black Russian. HEX triplet: 0B, 04 and 29. RGB value is (11,4,41). Sum of RGB (Red+Green+Blue) = 11+4+41=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 41 (16.41% from 255 or 73.21% from 56); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B0429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0429 is #F4FBD6. Grayscale: #0A0A0A. Windows color (decimal): -16055255 or 2688011. OLE color: 2688011.

HSL color Cylindrical-coordinate representation of color #0B0429: hue angle of 251.35º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0429 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11441-
CMYK0.730.9000.84
HSL251.35º82.22%8.82%-
HSV(B)251.35º90.24%16.08%-
XYZ0.580.322.13-
YUV10.31145.32128.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 41 (16.41% from 255) = 73.21%
R=19.64%
G=7.14%
B=73.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal114410.730.9000.84251.3582.228.82
HexB429495A054fb529
Octal13451111132012437312211
Binary101110010100110010011011010010101001111101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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