Html Css Color HEX #07070E Black Russian

📋 copy color: '#07070E'

red 7 ◦ green 7 ◦ blue 14

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

Shades of Black Russian #07070E

Tints of Black Russian #07070E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#07070E (or 0x07070E) is known color: Black Russian. HEX triplet: 07, 07 and 0E. RGB value is (7,7,14). Sum of RGB (Red+Green+Blue) = 7+7+14=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #07070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07070E is #F8F8F1. Grayscale: #070707. Windows color (decimal): -16316658 or 919303. OLE color: 919303.

HSL color Cylindrical-coordinate representation of color #07070E: hue angle of 240º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #07070E is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 7 14 -
CMYK 0.5 0.5 0 0.95
HSL 240º 0.33% 0.04% -
HSV(B) 240º 0.5% 0.05% -
XYZ 0.24 0.23 0.45 -
YUV 7.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 7 7 14 0.5 0.5 0 0.95 240 0.33 0.04
Hex 7 7 E 32 32 0 5F F0 21 4
Octal 7 7 16 62 62 0 137 360 41 4
Binary 111 111 1110 110010 110010 0 1011111 11110000 100001 100

Color Harmonies of #07070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07070E

Black with #07070E

Text Example


Text Example

White with #07070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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