#07070A

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

Shades of Black Russian #07070A

Tints of Black Russian #07070A

Color information

#07070A (or 0x07070A) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 0A. RGB value is (7,7,10). Sum of RGB (Red+Green+Blue) = 7+7+10=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 10 - color contains mainly: blue. Hex color #07070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07070A is #F8F8F5. Grayscale: #070707. Windows color (decimal): -16316662 or 657159. OLE color: 657159.

HSL color Cylindrical-coordinate representation of color #07070A: hue angle of 240º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #07070A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB7710-
CMYK0.300.3000.96
HSL240º17.65%3.33%-
HSV(B)240º30%3.92%-
XYZ0.220.220.32-
YUV7.34129.5127.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 29.17%
GREEN value IS 7 (3.12% from 255) = 29.17%
BLUE value IS 10 (4.30% from 255) = 41.67%
R=29.17%
G=29.17%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal77100.300.3000.9624017.653.33
Hex77A1E1E060f0123
Octal771236360140360223
Binary1111111010111101111001100000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07070A; }

 p { color: rgb(7,7,10); }

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

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

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

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

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

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

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