Html Css Color HEX #070714 Black Russian

📋 copy color: '#070714'

red 7 ◦ green 7 ◦ blue 20

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

Shades of Black Russian #070714

Tints of Black Russian #070714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 58.82%

R = 20.59%
G = 20.59%
B = 58.82%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070714 (or 0x070714) is known color: Black Russian. HEX triplet: 07, 07 and 14. RGB value is (7,7,20). Sum of RGB (Red+Green+Blue) = 7+7+20=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #070714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070714 is #F8F8EB. Grayscale: #080808. Windows color (decimal): -16316652 or 1312519. OLE color: 1312519.

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

Color convert

RGB 7 7 20 -
CMYK 0.65 0.65 0 0.92
HSL 240º 0.48% 0.05% -
HSV(B) 240º 0.65% 0.08% -
XYZ 0.29 0.25 0.69 -
YUV 8.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 7 7 20 0.65 0.65 0 0.92 240 0.48 0.05
Hex 7 7 14 41 41 0 5C F0 30 5
Octal 7 7 24 101 101 0 134 360 60 5
Binary 111 111 10100 1000001 1000001 0 1011100 11110000 110000 101

Color Harmonies of #070714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070714

Black with #070714

Text Example


Text Example

White with #070714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070714; }

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

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

background-color css

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

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

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

border-color css

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

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

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