Html Css Color HEX #010419 Black Russian

📋 copy color: '#010419'

red 1 ◦ green 4 ◦ blue 25

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

Shades of Black Russian #010419

Tints of Black Russian #010419

RGB

 RED value IS 1 (0.78% from 255) = 3.33%

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

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

R = 3.33%
G = 13.33%
B = 83.33%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#010419 (or 0x010419) is known color: Black Russian. HEX triplet: 01, 04 and 19. RGB value is (1,4,25). Sum of RGB (Red+Green+Blue) = 1+4+25=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 25 (10.16% from 255 or 83.33% from 30); Max value from RGB is 25 - color contains mainly: blue. Hex color #010419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010419 is #FEFBE6. Grayscale: #050505. Windows color (decimal): -16710631 or 1639425. OLE color: 1639425.

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

Color convert

RGB 1 4 25 -
CMYK 0.96 0.84 0 0.90
HSL 232.5º 0.92% 0.05% -
HSV(B) 232.5º 0.96% 0.1% -
XYZ 0.23 0.16 0.94 -
YUV 5.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 1 4 25 0.96 0.84 0 0.90 232.5 0.92 0.05
Hex 1 4 19 60 54 0 5A E8 5C 5
Octal 1 4 31 140 124 0 132 350 134 5
Binary 1 100 11001 1100000 1010100 0 1011010 11101000 1011100 101

Color Harmonies of #010419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010419

Black with #010419

Text Example


Text Example

White with #010419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010419; }

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

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

background-color css

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

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

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

border-color css

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

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

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