Html Css Color HEX #07040E Black Russian

📋 copy color: '#07040E'

red 7 ◦ green 4 ◦ blue 14

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

Shades of Black Russian #07040E

Tints of Black Russian #07040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 16%

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

R = 28%
G = 16%
B = 56%

CMYK

 C value IS 0.5

 M value IS 0.71

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#07040E (or 0x07040E) is known color: Black Russian. HEX triplet: 07, 04 and 0E. RGB value is (7,4,14). Sum of RGB (Red+Green+Blue) = 7+4+14=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 14 (5.86% from 255 or 56% from 25); Max value from RGB is 14 - color contains mainly: blue. Hex color #07040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07040E is #F8FBF1. Grayscale: #060606. Windows color (decimal): -16317426 or 918535. OLE color: 918535.

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

Color convert

RGB 7 4 14 -
CMYK 0.5 0.71 0 0.95
HSL 258º 0.56% 0.04% -
HSV(B) 258º 0.71% 0.05% -
XYZ 0.21 0.16 0.44 -
YUV 6.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 7 4 14 0.5 0.71 0 0.95 258 0.56 0.04
Hex 7 4 E 32 47 0 5F 102 38 4
Octal 7 4 16 62 107 0 137 402 70 4
Binary 111 100 1110 110010 1000111 0 1011111 100000010 111000 100

Color Harmonies of #07040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07040E

Black with #07040E

Text Example


Text Example

White with #07040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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