Html Css Color HEX #000419 Black Russian

📋 copy color: '#000419'

red 0 ◦ green 4 ◦ blue 25

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

Shades of Black Russian #000419

Tints of Black Russian #000419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 86.21%

R = 0%
G = 13.79%
B = 86.21%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#000419 (or 0x000419) is known color: Black Russian. HEX triplet: 00, 04 and 19. RGB value is (0,4,25). Sum of RGB (Red+Green+Blue) = 0+4+25=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 25 (10.16% from 255 or 86.21% from 29); Max value from RGB is 25 - color contains mainly: blue. Hex color #000419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000419 is #FFFBE6. Grayscale: #050505. Windows color (decimal): -16776167 or 1639424. OLE color: 1639424.

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

Color convert

RGB 0 4 25 -
CMYK 1 0.84 0 0.90
HSL 230.4º 1% 0.05% -
HSV(B) 230.4º 1% 0.1% -
XYZ 0.22 0.16 0.94 -
YUV 5.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 0 4 25 1 0.84 0 0.90 230.4 1 0.05
Hex 0 4 19 64 54 0 5A E6 64 5
Octal 0 4 31 144 124 0 132 346 144 5
Binary 0 100 11001 1100100 1010100 0 1011010 11100110 1100100 101

Color Harmonies of #000419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000419

Black with #000419

Text Example


Text Example

White with #000419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000419; }

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

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

background-color css

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

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

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

border-color css

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

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

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