Html Css Color HEX #070513 Black Russian

📋 copy color: '#070513'

red 7 ◦ green 5 ◦ blue 19

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

Shades of Black Russian #070513

Tints of Black Russian #070513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 61.29%

R = 22.58%
G = 16.13%
B = 61.29%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070513 (or 0x070513) is known color: Black Russian. HEX triplet: 07, 05 and 13. RGB value is (7,5,19). Sum of RGB (Red+Green+Blue) = 7+5+19=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #070513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070513 is #F8FAEC. Grayscale: #070707. Windows color (decimal): -16317165 or 1246471. OLE color: 1246471.

HSL color Cylindrical-coordinate representation of color #070513: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #070513 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 5 19 -
CMYK 0.63 0.74 0 0.93
HSL 248.57º 0.58% 0.05% -
HSV(B) 248.57º 0.74% 0.07% -
XYZ 0.26 0.2 0.64 -
YUV 7.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 7 5 19 0.63 0.74 0 0.93 248.57 0.58 0.05
Hex 7 5 13 3F 4A 0 5D F9 3A 5
Octal 7 5 23 77 112 0 135 371 72 5
Binary 111 101 10011 111111 1001010 0 1011101 11111001 111010 101

Color Harmonies of #070513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070513

Black with #070513

Text Example


Text Example

White with #070513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070513; }

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

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

background-color css

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

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

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

border-color css

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

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

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