Html Css Color HEX #010519 Black Russian

📋 copy color: '#010519'

red 1 ◦ green 5 ◦ blue 25

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

Shades of Black Russian #010519

Tints of Black Russian #010519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.13%

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

R = 3.23%
G = 16.13%
B = 80.65%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#010519 (or 0x010519) is known color: Black Russian. HEX triplet: 01, 05 and 19. RGB value is (1,5,25). Sum of RGB (Red+Green+Blue) = 1+5+25=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 25 (10.16% from 255 or 80.65% from 31); Max value from RGB is 25 - color contains mainly: blue. Hex color #010519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010519 is #FEFAE6. Grayscale: #060606. Windows color (decimal): -16710375 or 1639681. OLE color: 1639681.

HSL color Cylindrical-coordinate representation of color #010519: hue angle of 230º 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 #010519 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 5 25 -
CMYK 0.96 0.80 0 0.90
HSL 230º 0.92% 0.05% -
HSV(B) 230º 0.96% 0.1% -
XYZ 0.24 0.19 0.94 -
YUV 6.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 1 5 25 0.96 0.80 0 0.90 230 0.92 0.05
Hex 1 5 19 60 50 0 5A E6 5C 5
Octal 1 5 31 140 120 0 132 346 134 5
Binary 1 101 11001 1100000 1010000 0 1011010 11100110 1011100 101

Color Harmonies of #010519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010519

Black with #010519

Text Example


Text Example

White with #010519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010519; }

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

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

background-color css

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

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

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

border-color css

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

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

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