Html Css Color HEX #070813 Black Russian

📋 copy color: '#070813'

red 7 ◦ green 8 ◦ blue 19

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

Shades of Black Russian #070813

Tints of Black Russian #070813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 23.53%

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

R = 20.59%
G = 23.53%
B = 55.88%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070813 (or 0x070813) is known color: Black Russian. HEX triplet: 07, 08 and 13. RGB value is (7,8,19). Sum of RGB (Red+Green+Blue) = 7+8+19=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #070813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070813 is #F8F7EC. Grayscale: #080808. Windows color (decimal): -16316397 or 1247239. OLE color: 1247239.

HSL color Cylindrical-coordinate representation of color #070813: hue angle of 235º 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 #070813 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 8 19 -
CMYK 0.63 0.58 0 0.93
HSL 235º 0.46% 0.05% -
HSV(B) 235º 0.63% 0.07% -
XYZ 0.29 0.27 0.65 -
YUV 8.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 7 8 19 0.63 0.58 0 0.93 235 0.46 0.05
Hex 7 8 13 3F 3A 0 5D EB 2E 5
Octal 7 10 23 77 72 0 135 353 56 5
Binary 111 1000 10011 111111 111010 0 1011101 11101011 101110 101

Color Harmonies of #070813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070813

Black with #070813

Text Example


Text Example

White with #070813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070813; }

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

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

background-color css

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

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

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

border-color css

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

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

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