#070509

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

Shades of Blackcurrant #070509

Tints of Blackcurrant #070509

Color information

#070509 (or 0x070509) is unknown color: approx Blackcurrant. HEX triplet: 07, 05 and 09. RGB value is (7,5,9). Sum of RGB (Red+Green+Blue) = 7+5+9=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 9 - color contains mainly: blue. Hex color #070509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070509 is #F8FAF6. Grayscale: #060606. Windows color (decimal): -16317175 or 591111. OLE color: 591111.

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

Color convert

RGB759-
CMYK0.220.4400.96
HSL270º28.57%2.75%-
HSV(B)270º44.44%3.53%-
XYZ0.190.170.28-
YUV6.05129.66128.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 23.81%
BLUE value IS 9 (3.91% from 255) = 42.86%
R=33.33%
G=23.81%
B=42.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal7590.220.4400.9627028.572.75
Hex759162C06010e1d3
Octal751126540140416353
Binary111101100110110101100011000001000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070509; }

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

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

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

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

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

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

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

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