#07042E

Color #07042E Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #07042E

Tints of Black Russian #07042E

Color information

#07042E (or 0x07042E) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 2E. RGB value is (7,4,46). Sum of RGB (Red+Green+Blue) = 7+4+46=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 46 (18.36% from 255 or 80.70% from 57); Max value from RGB is 46 - color contains mainly: blue. Hex color #07042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07042E is #F8FBD1. Grayscale: #090909. Windows color (decimal): -16317394 or 3015687. OLE color: 3015687.

HSL color Cylindrical-coordinate representation of color #07042E: hue angle of 244.29º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07042E is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB7446-
CMYK0.850.9100.82
HSL244.29º84%9.8%-
HSV(B)244.29º91.3%18.04%-
XYZ0.620.332.62-
YUV9.68148.49126.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 46 (18.36% from 255) = 80.70%
R=12.28%
G=7.02%
B=80.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal74460.850.9100.82244.29849.8
Hex742E555B052f454a
Octal7456125133012236412412
Binary11110010111010101011011011010100101111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07042E;
 }
 .AnyTagClassName
 {
   color: #07042E;
 }
</style>
background-color css

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

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

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

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

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

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