#070922

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

Shades of Black Russian #070922

Tints of Black Russian #070922

Color information

#070922 (or 0x070922) is unknown color: approx Black Russian. HEX triplet: 07, 09 and 22. RGB value is (7,9,34). Sum of RGB (Red+Green+Blue) = 7+9+34=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 34 (13.67% from 255 or 68% from 50); Max value from RGB is 34 - color contains mainly: blue. Hex color #070922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070922 is #F8F6DD. Grayscale: #0B0B0B. Windows color (decimal): -16316126 or 2230535. OLE color: 2230535.

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

Color convert

RGB7934-
CMYK0.790.7400.87
HSL235.56º65.85%8.04%-
HSV(B)235.56º79.41%13.33%-
XYZ0.470.361.56-
YUV11.25140.84124.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 34 (13.67% from 255) = 68%
R=14%
G=18%
B=68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal79340.790.7400.87235.5665.858.04
Hex79224F4A057ec428
Octal71142117112012735410210
Binary111100110001010011111001010010101111110110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070922; }

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

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

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

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

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

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

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

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