Html Css Color HEX #070710 Black Russian

📋 copy color: '#070710'

red 7 ◦ green 7 ◦ blue 16

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

Shades of Black Russian #070710

Tints of Black Russian #070710

RGB

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

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

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

R = 23.33%
G = 23.33%
B = 53.33%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#070710 (or 0x070710) is known color: Black Russian. HEX triplet: 07, 07 and 10. RGB value is (7,7,16). Sum of RGB (Red+Green+Blue) = 7+7+16=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 16 (6.64% from 255 or 53.33% from 30); Max value from RGB is 16 - color contains mainly: blue. Hex color #070710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070710 is #F8F8EF. Grayscale: #070707. Windows color (decimal): -16316656 or 1050375. OLE color: 1050375.

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

Color convert

RGB 7 7 16 -
CMYK 0.56 0.56 0 0.94
HSL 240º 0.39% 0.05% -
HSV(B) 240º 0.56% 0.06% -
XYZ 0.26 0.23 0.52 -
YUV 8.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 7 7 16 0.56 0.56 0 0.94 240 0.39 0.05
Hex 7 7 10 38 38 0 5E F0 27 5
Octal 7 7 20 70 70 0 136 360 47 5
Binary 111 111 10000 111000 111000 0 1011110 11110000 100111 101

Color Harmonies of #070710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070710

Black with #070710

Text Example


Text Example

White with #070710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070710; }

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

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

background-color css

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

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

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

border-color css

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

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

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