#030408

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

Shades of Black Russian #030408

Tints of Black Russian #030408

Color information

#030408 (or 0x030408) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 08. RGB value is (3,4,8). Sum of RGB (Red+Green+Blue) = 3+4+8=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 4 (1.95% from 255 or 26.67% 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 #030408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030408 is #FCFBF7. Grayscale: #040404. Windows color (decimal): -16579576 or 525315. OLE color: 525315.

HSL color Cylindrical-coordinate representation of color #030408: hue angle of 228º 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 #030408 is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB348-
CMYK0.630.500.97
HSL228º45.45%2.16%-
HSV(B)228º62.5%3.14%-
XYZ0.120.120.25-
YUV4.16130.17127.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3480.630.500.9722845.452.16
Hex3483F32061e42d2
Octal341077620141344552
Binary111001000111111110010011000011110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030408; }

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

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

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

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

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

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

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

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