Html Css Color HEX #070614 Black Russian

📋 copy color: '#070614'

red 7 ◦ green 6 ◦ blue 20

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

Shades of Black Russian #070614

Tints of Black Russian #070614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 18.18%

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

R = 21.21%
G = 18.18%
B = 60.61%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070614 (or 0x070614) is known color: Black Russian. HEX triplet: 07, 06 and 14. RGB value is (7,6,20). Sum of RGB (Red+Green+Blue) = 7+6+20=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #070614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070614 is #F8F9EB. Grayscale: #070707. Windows color (decimal): -16316908 or 1312263. OLE color: 1312263.

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

Color convert

RGB 7 6 20 -
CMYK 0.65 0.70 0 0.92
HSL 244.29º 0.54% 0.05% -
HSV(B) 244.29º 0.7% 0.08% -
XYZ 0.28 0.23 0.69 -
YUV 7.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 7 6 20 0.65 0.70 0 0.92 244.29 0.54 0.05
Hex 7 6 14 41 46 0 5C F4 36 5
Octal 7 6 24 101 106 0 134 364 66 5
Binary 111 110 10100 1000001 1000110 0 1011100 11110100 110110 101

Color Harmonies of #070614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070614

Black with #070614

Text Example


Text Example

White with #070614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070614; }

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

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

background-color css

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

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

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

border-color css

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

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

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