#070422

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

Shades of Black Russian #070422

Tints of Black Russian #070422

Color information

#070422 (or 0x070422) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 22. RGB value is (7,4,34). Sum of RGB (Red+Green+Blue) = 7+4+34=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 34 (13.67% from 255 or 75.56% from 45); Max value from RGB is 34 - color contains mainly: blue. Hex color #070422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070422 is #F8FBDD. Grayscale: #080808. Windows color (decimal): -16317406 or 2229255. OLE color: 2229255.

HSL color Cylindrical-coordinate representation of color #070422: hue angle of 246º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070422 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB7434-
CMYK0.790.8800.87
HSL246º78.95%7.45%-
HSV(B)246º88.24%13.33%-
XYZ0.420.251.54-
YUV8.32142.49127.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 34 (13.67% from 255) = 75.56%
R=15.56%
G=8.89%
B=75.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal74340.790.8800.8724678.957.45
Hex74224F58057f64f7
Octal744211713001273661177
Binary1111001000101001111101100001010111111101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070422; }

 p { color: rgb(7,4,34); }

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

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

 a { background-color: rgb(7,4,34); }

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

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

 span { border-color: rgb(7,4,34); }

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