#070523

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

Shades of Black Russian #070523

Tints of Black Russian #070523

Color information

#070523 (or 0x070523) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 23. RGB value is (7,5,35). Sum of RGB (Red+Green+Blue) = 7+5+35=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 35 (14.06% from 255 or 74.47% from 47); Max value from RGB is 35 - color contains mainly: blue. Hex color #070523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070523 is #F8FADC. Grayscale: #080808. Windows color (decimal): -16317149 or 2295047. OLE color: 2295047.

HSL color Cylindrical-coordinate representation of color #070523: hue angle of 244º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070523 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB7535-
CMYK0.800.8600.86
HSL244º75%7.84%-
HSV(B)244º85.71%13.73%-
XYZ0.450.281.62-
YUV9.02142.66126.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.89%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 35 (14.06% from 255) = 74.47%
R=14.89%
G=10.64%
B=74.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal75350.800.8600.86244757.84
Hex75235056056f44b8
Octal7543120126012636411310
Binary11110110001110100001010110010101101111010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070523; }

 p { color: rgb(7,5,35); }

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

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

 a { background-color: rgb(7,5,35); }

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

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

 span { border-color: rgb(7,5,35); }

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