Html Css Color HEX #070310 Black Russian

📋 copy color: '#070310'

red 7 ◦ green 3 ◦ blue 16

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

Shades of Black Russian #070310

Tints of Black Russian #070310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 61.54%

R = 26.92%
G = 11.54%
B = 61.54%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#070310 (or 0x070310) is known color: Black Russian. HEX triplet: 07, 03 and 10. RGB value is (7,3,16). Sum of RGB (Red+Green+Blue) = 7+3+16=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 16 (6.64% from 255 or 61.54% from 26); Max value from RGB is 16 - color contains mainly: blue. Hex color #070310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070310 is #F8FCEF. Grayscale: #050505. Windows color (decimal): -16317680 or 1049351. OLE color: 1049351.

HSL color Cylindrical-coordinate representation of color #070310: hue angle of 258.46º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #070310 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 3 16 -
CMYK 0.56 0.81 0 0.94
HSL 258.46º 0.68% 0.04% -
HSV(B) 258.46º 0.81% 0.06% -
XYZ 0.21 0.15 0.51 -
YUV 5.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 7 3 16 0.56 0.81 0 0.94 258.46 0.68 0.04
Hex 7 3 10 38 51 0 5E 102 44 4
Octal 7 3 20 70 121 0 136 402 104 4
Binary 111 11 10000 111000 1010001 0 1011110 100000010 1000100 100

Color Harmonies of #070310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070310

Black with #070310

Text Example


Text Example

White with #070310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070310; }

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

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

background-color css

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

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

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

border-color css

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

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

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