Html Css Color HEX #070519 Black Russian

📋 copy color: '#070519'

red 7 ◦ green 5 ◦ blue 25

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

Shades of Black Russian #070519

Tints of Black Russian #070519

RGB

 RED value IS 7 (3.13% from 255) = 18.92%

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

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

R = 18.92%
G = 13.51%
B = 67.57%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#070519 (or 0x070519) is known color: Black Russian. HEX triplet: 07, 05 and 19. RGB value is (7,5,25). Sum of RGB (Red+Green+Blue) = 7+5+25=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #070519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070519 is #F8FAE6. Grayscale: #070707. Windows color (decimal): -16317159 or 1639687. OLE color: 1639687.

HSL color Cylindrical-coordinate representation of color #070519: hue angle of 246º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #070519 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 5 25 -
CMYK 0.72 0.80 0 0.90
HSL 246º 0.67% 0.06% -
HSV(B) 246º 0.8% 0.1% -
XYZ 0.32 0.22 0.95 -
YUV 7.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 7 5 25 0.72 0.80 0 0.90 246 0.67 0.06
Hex 7 5 19 48 50 0 5A F6 43 6
Octal 7 5 31 110 120 0 132 366 103 6
Binary 111 101 11001 1001000 1010000 0 1011010 11110110 1000011 110

Color Harmonies of #070519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070519

Black with #070519

Text Example


Text Example

White with #070519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070519; }

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

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

background-color css

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

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

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

border-color css

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

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

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