Html Css Color HEX #07080E Black Russian

📋 copy color: '#07080E'

red 7 ◦ green 8 ◦ blue 14

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

Shades of Black Russian #07080E

Tints of Black Russian #07080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 27.59%

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

R = 24.14%
G = 27.59%
B = 48.28%

CMYK

 C value IS 0.5

 M value IS 0.43

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#07080E (or 0x07080E) is known color: Black Russian. HEX triplet: 07, 08 and 0E. RGB value is (7,8,14). Sum of RGB (Red+Green+Blue) = 7+8+14=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 14 (5.86% from 255 or 48.28% from 29); Max value from RGB is 14 - color contains mainly: blue. Hex color #07080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07080E is #F8F7F1. Grayscale: #080808. Windows color (decimal): -16316402 or 919559. OLE color: 919559.

HSL color Cylindrical-coordinate representation of color #07080E: hue angle of 231.43º 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 #07080E is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 8 14 -
CMYK 0.5 0.43 0 0.95
HSL 231.43º 0.33% 0.04% -
HSV(B) 231.43º 0.5% 0.05% -
XYZ 0.25 0.25 0.45 -
YUV 8.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 7 8 14 0.5 0.43 0 0.95 231.43 0.33 0.04
Hex 7 8 E 32 2B 0 5F E7 21 4
Octal 7 10 16 62 53 0 137 347 41 4
Binary 111 1000 1110 110010 101011 0 1011111 11100111 100001 100

Color Harmonies of #07080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07080E

Black with #07080E

Text Example


Text Example

White with #07080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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