Html Css Color HEX #070413 Black Russian

📋 copy color: '#070413'

red 7 ◦ green 4 ◦ blue 19

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

Shades of Black Russian #070413

Tints of Black Russian #070413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 13.33%

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

R = 23.33%
G = 13.33%
B = 63.33%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070413 (or 0x070413) is known color: Black Russian. HEX triplet: 07, 04 and 13. RGB value is (7,4,19). Sum of RGB (Red+Green+Blue) = 7+4+19=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 19 (7.81% from 255 or 63.33% from 30); Max value from RGB is 19 - color contains mainly: blue. Hex color #070413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070413 is #F8FBEC. Grayscale: #060606. Windows color (decimal): -16317421 or 1246215. OLE color: 1246215.

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

Color convert

RGB 7 4 19 -
CMYK 0.63 0.79 0 0.93
HSL 252º 0.65% 0.05% -
HSV(B) 252º 0.79% 0.07% -
XYZ 0.25 0.18 0.64 -
YUV 6.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 7 4 19 0.63 0.79 0 0.93 252 0.65 0.05
Hex 7 4 13 3F 4F 0 5D FC 41 5
Octal 7 4 23 77 117 0 135 374 101 5
Binary 111 100 10011 111111 1001111 0 1011101 11111100 1000001 101

Color Harmonies of #070413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070413

Black with #070413

Text Example


Text Example

White with #070413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070413; }

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

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

background-color css

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

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

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

border-color css

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

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

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