Html Css Color HEX #070913 Black Russian

📋 copy color: '#070913'

red 7 ◦ green 9 ◦ blue 19

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

Shades of Black Russian #070913

Tints of Black Russian #070913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 25.71%

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

R = 20%
G = 25.71%
B = 54.29%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070913 (or 0x070913) is known color: Black Russian. HEX triplet: 07, 09 and 13. RGB value is (7,9,19). Sum of RGB (Red+Green+Blue) = 7+9+19=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #070913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070913 is #F8F6EC. Grayscale: #090909. Windows color (decimal): -16316141 or 1247495. OLE color: 1247495.

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

Color convert

RGB 7 9 19 -
CMYK 0.63 0.53 0 0.93
HSL 230º 0.46% 0.05% -
HSV(B) 230º 0.63% 0.07% -
XYZ 0.3 0.29 0.66 -
YUV 9.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 7 9 19 0.63 0.53 0 0.93 230 0.46 0.05
Hex 7 9 13 3F 35 0 5D E6 2E 5
Octal 7 11 23 77 65 0 135 346 56 5
Binary 111 1001 10011 111111 110101 0 1011101 11100110 101110 101

Color Harmonies of #070913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070913

Black with #070913

Text Example


Text Example

White with #070913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070913; }

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

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

background-color css

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

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

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

border-color css

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

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

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