#07032E

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

Shades of Black Russian #07032E

Tints of Black Russian #07032E

Color information

#07032E (or 0x07032E) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 2E. RGB value is (7,3,46). Sum of RGB (Red+Green+Blue) = 7+3+46=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 46 (18.36% from 255 or 82.14% from 56); Max value from RGB is 46 - color contains mainly: blue. Hex color #07032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07032E is #F8FCD1. Grayscale: #080808. Windows color (decimal): -16317650 or 3015431. OLE color: 3015431.

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

Color convert

RGB7346-
CMYK0.850.9300.82
HSL245.58º87.76%9.61%-
HSV(B)245.58º93.48%18.04%-
XYZ0.610.312.61-
YUV9.1148.83126.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 46 (18.36% from 255) = 82.14%
R=12.5%
G=5.36%
B=82.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal73460.850.9300.82245.5887.769.61
Hex732E555D052f658a
Octal7356125135012236613012
Binary1111110111010101011011101010100101111011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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