#07082B

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

Shades of Black Russian #07082B

Tints of Black Russian #07082B

Color information

#07082B (or 0x07082B) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 2B. RGB value is (7,8,43). Sum of RGB (Red+Green+Blue) = 7+8+43=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 43 (17.19% from 255 or 74.14% from 58); Max value from RGB is 43 - color contains mainly: blue. Hex color #07082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07082B is #F8F7D4. Grayscale: #0B0B0B. Windows color (decimal): -16316373 or 2820103. OLE color: 2820103.

HSL color Cylindrical-coordinate representation of color #07082B: hue angle of 238.33º degrees, saturation: 0.72, 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 #07082B is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB7843-
CMYK0.840.8100.83
HSL238.33º72%9.8%-
HSV(B)238.33º83.72%16.86%-
XYZ0.610.392.33-
YUV11.69145.67124.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 43 (17.19% from 255) = 74.14%
R=12.07%
G=13.79%
B=74.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal78430.840.8100.83238.33729.8
Hex782B5451053ee48a
Octal71053124121012335611012
Binary111100010101110101001010001010100111110111010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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