#071028

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

Shades of Black Russian #071028

Tints of Black Russian #071028

Color information

#071028 (or 0x071028) is unknown color: approx Black Russian. HEX triplet: 07, 10 and 28. RGB value is (7,16,40). Sum of RGB (Red+Green+Blue) = 7+16+40=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #071028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071028 is #F8EFD7. Grayscale: #0F0F0F. Windows color (decimal): -16314328 or 2625543. OLE color: 2625543.

HSL color Cylindrical-coordinate representation of color #071028: hue angle of 223.64º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071028 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB71640-
CMYK0.830.6000.84
HSL223.64º70.21%9.22%-
HSV(B)223.64º82.5%15.69%-
XYZ0.660.572.08-
YUV16.05141.52121.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.11%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 40 (16.02% from 255) = 63.49%
R=11.11%
G=25.40%
B=63.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal716400.830.6000.84223.6470.219.22
Hex71028533C054e0469
Octal7205012374012434010611
Binary111100001010001010011111100010101001110000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071028; }

 p { color: rgb(7,16,40); }

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

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

 a { background-color: rgb(7,16,40); }

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

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

 span { border-color: rgb(7,16,40); }

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