#07040A

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

Shades of Blackcurrant #07040A

Tints of Blackcurrant #07040A

Color information

#07040A (or 0x07040A) is unknown color: approx Blackcurrant. HEX triplet: 07, 04 and 0A. RGB value is (7,4,10). Sum of RGB (Red+Green+Blue) = 7+4+10=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #07040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07040A is #F8FBF5. Grayscale: #050505. Windows color (decimal): -16317430 or 656391. OLE color: 656391.

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

Color convert

RGB7410-
CMYK0.300.600.96
HSL270º42.86%2.75%-
HSV(B)270º60%3.92%-
XYZ0.190.150.31-
YUV5.58130.49129.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 19.05%
BLUE value IS 10 (4.30% from 255) = 47.62%
R=33.33%
G=19.05%
B=47.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal74100.300.600.9627042.862.75
Hex74A1E3C06010e2b3
Octal741236740140416533
Binary1111001010111101111000110000010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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