Html Css Color HEX #010019 Black Russian

📋 copy color: '#010019'

red 1 ◦ green 0 ◦ blue 25

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

Shades of Black Russian #010019

Tints of Black Russian #010019

RGB

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

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

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

R = 3.85%
G = 0%
B = 96.15%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#010019 (or 0x010019) is known color: Black Russian. HEX triplet: 01, 00 and 19. RGB value is (1,0,25). Sum of RGB (Red+Green+Blue) = 1+0+25=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 25 (10.16% from 255 or 96.15% from 26); Max value from RGB is 25 - color contains mainly: blue. Hex color #010019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010019 is #FEFFE6. Grayscale: #030303. Windows color (decimal): -16711655 or 1638401. OLE color: 1638401.

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

Color convert

RGB 1 0 25 -
CMYK 0.96 1 0 0.90
HSL 242.4º 1% 0.05% -
HSV(B) 242.4º 1% 0.1% -
XYZ 0.19 0.08 0.92 -
YUV 3.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 1 0 25 0.96 1 0 0.90 242.4 1 0.05
Hex 1 0 19 60 64 0 5A F2 64 5
Octal 1 0 31 140 144 0 132 362 144 5
Binary 1 0 11001 1100000 1100100 0 1011010 11110010 1100100 101

Color Harmonies of #010019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010019

Black with #010019

Text Example


Text Example

White with #010019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010019; }

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

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

background-color css

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

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

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

border-color css

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

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

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