#07050B

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

Shades of Black Russian #07050B

Tints of Black Russian #07050B

Color information

#07050B (or 0x07050B) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 0B. RGB value is (7,5,11). Sum of RGB (Red+Green+Blue) = 7+5+11=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #07050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07050B is #F8FAF4. Grayscale: #060606. Windows color (decimal): -16317173 or 722183. OLE color: 722183.

HSL color Cylindrical-coordinate representation of color #07050B: hue angle of 260º degrees, saturation: 0.37, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #07050B is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB7511-
CMYK0.360.5500.96
HSL260º37.5%3.14%-
HSV(B)260º54.55%4.31%-
XYZ0.20.180.34-
YUV6.28130.66128.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 30.43%
GREEN value IS 5 (2.34% from 255) = 21.74%
BLUE value IS 11 (4.69% from 255) = 47.83%
R=30.43%
G=21.74%
B=47.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal75110.360.5500.9626037.53.14
Hex75B2437060104253
Octal751344670140404453
Binary11110110111001001101110110000010000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07050B; }

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

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

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

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

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

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

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

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