#040208

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

Shades of Black Russian #040208

Tints of Black Russian #040208

Color information

#040208 (or 0x040208) is unknown color: approx Black Russian. HEX triplet: 04, 02 and 08. RGB value is (4,2,8). Sum of RGB (Red+Green+Blue) = 4+2+8=14 (1% of max value = 765). Red value is 4 (1.95% from 255 or 28.57% from 14); Green value is 2 (1.17% from 255 or 14.29% from 14); Blue value is 8 (3.52% from 255 or 57.14% from 14); Max value from RGB is 8 - color contains mainly: blue. Hex color #040208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040208 is #FBFDF7. Grayscale: #030303. Windows color (decimal): -16514552 or 524804. OLE color: 524804.

HSL color Cylindrical-coordinate representation of color #040208: hue angle of 260º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040208 is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB428-
CMYK0.50.7500.97
HSL260º60%1.96%-
HSV(B)260º75%3.14%-
XYZ0.120.090.24-
YUV3.28130.66128.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 28.57%
GREEN value IS 2 (1.17% from 255) = 14.29%
BLUE value IS 8 (3.52% from 255) = 57.14%
R=28.57%
G=14.29%
B=57.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4280.50.7500.97260601.96
Hex428324B0611043c2
Octal4210621130141404742
Binary10010100011001010010110110000110000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040208; }

 p { color: rgb(4,2,8); }

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

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

 a { background-color: rgb(4,2,8); }

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

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

 span { border-color: rgb(4,2,8); }

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