Html Css Color HEX #010719 Black Russian

📋 copy color: '#010719'

red 1 ◦ green 7 ◦ blue 25

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

Shades of Black Russian #010719

Tints of Black Russian #010719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 21.21%

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

R = 3.03%
G = 21.21%
B = 75.76%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#010719 (or 0x010719) is known color: Black Russian. HEX triplet: 01, 07 and 19. RGB value is (1,7,25). Sum of RGB (Red+Green+Blue) = 1+7+25=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 25 (10.16% from 255 or 75.76% from 33); Max value from RGB is 25 - color contains mainly: blue. Hex color #010719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010719 is #FEF8E6. Grayscale: #070707. Windows color (decimal): -16709863 or 1640193. OLE color: 1640193.

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

Color convert

RGB 1 7 25 -
CMYK 0.96 0.72 0 0.90
HSL 225º 0.92% 0.05% -
HSV(B) 225º 0.96% 0.1% -
XYZ 0.26 0.23 0.95 -
YUV 7.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 1 7 25 0.96 0.72 0 0.90 225 0.92 0.05
Hex 1 7 19 60 48 0 5A E1 5C 5
Octal 1 7 31 140 110 0 132 341 134 5
Binary 1 111 11001 1100000 1001000 0 1011010 11100001 1011100 101

Color Harmonies of #010719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010719

Black with #010719

Text Example


Text Example

White with #010719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010719; }

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

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

background-color css

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

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

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

border-color css

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

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

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