Html Css Color HEX #07040D Black Russian

📋 copy color: '#07040D'

red 7 ◦ green 4 ◦ blue 13

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

Shades of Black Russian #07040D

Tints of Black Russian #07040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 54.17%

R = 29.17%
G = 16.67%
B = 54.17%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#07040D (or 0x07040D) is known color: Black Russian. HEX triplet: 07, 04 and 0D. RGB value is (7,4,13). Sum of RGB (Red+Green+Blue) = 7+4+13=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #07040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07040D is #F8FBF2. Grayscale: #050505. Windows color (decimal): -16317427 or 852999. OLE color: 852999.

HSL color Cylindrical-coordinate representation of color #07040D: hue angle of 260º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #07040D is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 4 13 -
CMYK 0.46 0.69 0 0.95
HSL 260º 0.53% 0.03% -
HSV(B) 260º 0.69% 0.05% -
XYZ 0.2 0.16 0.4 -
YUV 5.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 7 4 13 0.46 0.69 0 0.95 260 0.53 0.03
Hex 7 4 D 2E 45 0 5F 104 35 3
Octal 7 4 15 56 105 0 137 404 65 3
Binary 111 100 1101 101110 1000101 0 1011111 100000100 110101 11

Color Harmonies of #07040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07040D

Black with #07040D

Text Example


Text Example

White with #07040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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