#07082C

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

Shades of Black Russian #07082C

Tints of Black Russian #07082C

Color information

#07082C (or 0x07082C) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 2C. RGB value is (7,8,44). Sum of RGB (Red+Green+Blue) = 7+8+44=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #07082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07082C is #F8F7D3. Grayscale: #0B0B0B. Windows color (decimal): -16316372 or 2885639. OLE color: 2885639.

HSL color Cylindrical-coordinate representation of color #07082C: hue angle of 238.38º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07082C is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB7844-
CMYK0.840.8200.83
HSL238.38º72.55%10%-
HSV(B)238.38º84.09%17.25%-
XYZ0.630.42.43-
YUV11.8146.17124.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 44 (17.58% from 255) = 74.58%
R=11.86%
G=13.56%
B=74.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal78440.840.8200.83238.3872.5510
Hex782C5452053ee49a
Octal71054124122012335611112
Binary111100010110010101001010010010100111110111010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07082C; }

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

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

<style>
 a { background-color: #07082C; }

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

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

<style>
 span { border-color: #07082C; }

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

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