#07050A

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

Shades of Blackcurrant #07050A

Tints of Blackcurrant #07050A

Color information

#07050A (or 0x07050A) is unknown color: approx Blackcurrant. HEX triplet: 07, 05 and 0A. RGB value is (7,5,10). Sum of RGB (Red+Green+Blue) = 7+5+10=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: blue. Hex color #07050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07050A is #F8FAF5. Grayscale: #060606. Windows color (decimal): -16317174 or 656647. OLE color: 656647.

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

Color convert

RGB7510-
CMYK0.300.5000.96
HSL264º33.33%2.94%-
HSV(B)264º50%3.92%-
XYZ0.20.180.31-
YUV6.17130.16128.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 31.82%
GREEN value IS 5 (2.34% from 255) = 22.73%
BLUE value IS 10 (4.30% from 255) = 45.45%
R=31.82%
G=22.73%
B=45.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal75100.300.5000.9626433.332.94
Hex75A1E32060108213
Octal751236620140410413
Binary1111011010111101100100110000010000100010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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