Html Css Color HEX #000414 Black Russian

📋 copy color: '#000414'

red 0 ◦ green 4 ◦ blue 20

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

Shades of Black Russian #000414

Tints of Black Russian #000414

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 4 (1.95% from 255) = 16.67%

 BLUE value IS 20 (8.2% from 255) = 83.33%

R = 0%
G = 16.67%
B = 83.33%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#000414 (or 0x000414) is known color: Black Russian. HEX triplet: 00, 04 and 14. RGB value is (0,4,20). Sum of RGB (Red+Green+Blue) = 0+4+20=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 20 (8.20% from 255 or 83.33% from 24); Max value from RGB is 20 - color contains mainly: blue. Hex color #000414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000414 is #FFFBEB. Grayscale: #040404. Windows color (decimal): -16776172 or 1311744. OLE color: 1311744.

HSL color Cylindrical-coordinate representation of color #000414: hue angle of 228º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000414 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 4 20 -
CMYK 1 0.80 0 0.92
HSL 228º 1% 0.04% -
HSV(B) 228º 1% 0.08% -
XYZ 0.17 0.14 0.68 -
YUV 4.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 0 4 20 1 0.80 0 0.92 228 1 0.04
Hex 0 4 14 64 50 0 5C E4 64 4
Octal 0 4 24 144 120 0 134 344 144 4
Binary 0 100 10100 1100100 1010000 0 1011100 11100100 1100100 100

Color Harmonies of #000414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000414

Black with #000414

Text Example


Text Example

White with #000414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000414; }

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

 H1.HeaderClassName
 {
   color: #000414;
 }
 .AnyTagClassName
 {
   color: #000414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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