#04050B

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

Shades of Black Russian #04050B

Tints of Black Russian #04050B

Color information

#04050B (or 0x04050B) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 0B. RGB value is (4,5,11). Sum of RGB (Red+Green+Blue) = 4+5+11=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #04050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04050B is #FBFAF4. Grayscale: #050505. Windows color (decimal): -16513781 or 722180. OLE color: 722180.

HSL color Cylindrical-coordinate representation of color #04050B: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #04050B is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB4511-
CMYK0.640.5500.96
HSL231.43º46.67%2.94%-
HSV(B)231.43º63.64%4.31%-
XYZ0.160.160.34-
YUV5.38131.17127.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 20%
GREEN value IS 5 (2.34% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 55%
R=20%
G=25%
B=55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal45110.640.5500.96231.4346.672.94
Hex45B4037060e72f3
Octal4513100670140347573
Binary10010110111000000110111011000001110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04050B; }

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

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

<style>
 a { background-color: #04050B; }

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

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

<style>
 span { border-color: #04050B; }

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

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