Html Css Color HEX #000418 Black Russian

📋 copy color: '#000418'

red 0 ◦ green 4 ◦ blue 24

#000418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #000418

Tints of Black Russian #000418

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 value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000418 (or 0x000418) is known color: 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

RGB 0 4 24 -
CMYK 1 0.83 0 0.91
HSL 230º 1% 0.05% -
HSV(B) 230º 1% 0.09% -
XYZ 0.21 0.15 0.88 -
YUV 5.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 0 4 24 1 0.83 0 0.91 230 1 0.05
Hex 0 4 18 64 53 0 5B E6 64 5
Octal 0 4 30 144 123 0 133 346 144 5
Binary 0 100 11000 1100100 1010011 0 1011011 11100110 1100100 101

Color Harmonies of #000418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000418

Black with #000418

Text Example


Text Example

White with #000418

Text Example


Text Example

HTML Codes & Css Web 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>