Html Css Color HEX #070316 Black Russian

📋 copy color: '#070316'

red 7 ◦ green 3 ◦ blue 22

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

Shades of Black Russian #070316

Tints of Black Russian #070316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.38%

 BLUE value IS 22 (8.98% from 255) = 68.75%

R = 21.88%
G = 9.38%
B = 68.75%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070316 (or 0x070316) is known color: Black Russian. HEX triplet: 07, 03 and 16. RGB value is (7,3,22). Sum of RGB (Red+Green+Blue) = 7+3+22=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 22 (8.98% from 255 or 68.75% from 32); Max value from RGB is 22 - color contains mainly: blue. Hex color #070316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070316 is #F8FCE9. Grayscale: #060606. Windows color (decimal): -16317674 or 1442567. OLE color: 1442567.

HSL color Cylindrical-coordinate representation of color #070316: hue angle of 252.63º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070316 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 3 22 -
CMYK 0.68 0.86 0 0.91
HSL 252.63º 0.76% 0.05% -
HSV(B) 252.63º 0.86% 0.09% -
XYZ 0.27 0.17 0.78 -
YUV 6.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 7 3 22 0.68 0.86 0 0.91 252.63 0.76 0.05
Hex 7 3 16 44 56 0 5B FD 4C 5
Octal 7 3 26 104 126 0 133 375 114 5
Binary 111 11 10110 1000100 1010110 0 1011011 11111101 1001100 101

Color Harmonies of #070316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070316

Black with #070316

Text Example


Text Example

White with #070316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070316; }

 p { color: rgb(7,3,22); }

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

background-color css

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

 a { background-color: rgb(7,3,22); }

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

border-color css

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

 span { border-color: rgb(7,3,22); }

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