#040308

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

Shades of Black Russian #040308

Tints of Black Russian #040308

Color information

#040308 (or 0x040308) is unknown color: approx Black Russian. HEX triplet: 04, 03 and 08. RGB value is (4,3,8). Sum of RGB (Red+Green+Blue) = 4+3+8=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 8 (3.52% from 255 or 53.33% from 15); Max value from RGB is 8 - color contains mainly: blue. Hex color #040308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040308 is #FBFCF7. Grayscale: #030303. Windows color (decimal): -16514296 or 525060. OLE color: 525060.

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

Color convert

RGB438-
CMYK0.50.6300.97
HSL252º45.45%2.16%-
HSV(B)252º62.5%3.14%-
XYZ0.130.110.24-
YUV3.87130.33128.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 26.67%
GREEN value IS 3 (1.56% from 255) = 20%
BLUE value IS 8 (3.52% from 255) = 53.33%
R=26.67%
G=20%
B=53.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4380.50.6300.9725245.452.16
Hex438323F061fc2d2
Octal431062770141374552
Binary100111000110010111111011000011111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040308; }

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

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

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

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

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

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

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

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