#0B0428

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

Shades of Black Russian #0B0428

Tints of Black Russian #0B0428

Color information

#0B0428 (or 0x0B0428) is unknown color: approx Black Russian. HEX triplet: 0B, 04 and 28. RGB value is (11,4,40). Sum of RGB (Red+Green+Blue) = 11+4+40=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 40 (16.02% from 255 or 72.73% from 55); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0428 is #F4FBD7. Grayscale: #0A0A0A. Windows color (decimal): -16055256 or 2622475. OLE color: 2622475.

HSL color Cylindrical-coordinate representation of color #0B0428: hue angle of 251.67º 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 #0B0428 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11440-
CMYK0.720.9000.84
HSL251.67º81.82%8.63%-
HSV(B)251.67º90%15.69%-
XYZ0.560.312.04-
YUV10.2144.82128.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 40 (16.02% from 255) = 72.73%
R=20%
G=7.27%
B=72.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal114400.720.9000.84251.6781.828.63
HexB428485A054fc529
Octal13450110132012437412211
Binary101110010100010010001011010010101001111110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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