#000418

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

Shades of Black Russian #000418

Tints of Black Russian #000418

Color information

#000418 (or 0x000418) is unknown color: approx Black Russian. HEX triplet: 00, 04 and 18. RGB value is (0,4,24). Sum of RGB (Red+Green+Blue) = 0+4+24=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 24 (9.77% from 255 or 85.71% from 28); Max value from RGB is 24 - color contains mainly: blue. Hex color #000418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000418 is #FFFBE7. Grayscale: #050505. Windows color (decimal): -16776168 or 1573888. OLE color: 1573888.

HSL color Cylindrical-coordinate representation of color #000418: hue angle of 230º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000418 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB0424-
CMYK10.8300.91
HSL230º100%4.71%-
HSV(B)230º100%9.41%-
XYZ0.210.150.88-
YUV5.08138.67124.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 14.29%
BLUE value IS 24 (9.77% from 255) = 85.71%
R=0%
G=14.29%
B=85.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal042410.8300.912301004.71
Hex0418645305Be6645
Octal043014412301333461445
Binary0100110001100100101001101011011111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000418; }

 p { color: rgb(0,4,24); }

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

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

 a { background-color: rgb(0,4,24); }

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

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

 span { border-color: rgb(0,4,24); }

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