#07030A

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

Shades of Blackcurrant #07030A

Tints of Blackcurrant #07030A

Color information

#07030A (or 0x07030A) is unknown color: approx Blackcurrant. HEX triplet: 07, 03 and 0A. RGB value is (7,3,10). Sum of RGB (Red+Green+Blue) = 7+3+10=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #07030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07030A is #F8FCF5. Grayscale: #040404. Windows color (decimal): -16317686 or 656135. OLE color: 656135.

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

Color convert

RGB7310-
CMYK0.300.7000.96
HSL274.29º53.85%2.55%-
HSV(B)274.29º70%3.92%-
XYZ0.170.130.3-
YUV4.99130.83129.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 35%
GREEN value IS 3 (1.56% from 255) = 15%
BLUE value IS 10 (4.30% from 255) = 50%
R=35%
G=15%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal73100.300.7000.96274.2953.852.55
Hex73A1E46060112363
Octal7312361060140422663
Binary1111110101111010001100110000010001001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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