Html Css Color HEX #070509 Blackcurrant

📋 copy color: '#070509'

red 7 ◦ green 5 ◦ blue 9

#070509
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #070509

Tints of Blackcurrant #070509

RGB

 RED value IS 7 (3.13% 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 value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#070509 (or 0x070509) is known color: 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

RGB 7 5 9 -
CMYK 0.22 0.44 0 0.96
HSL 270º 0.29% 0.03% -
HSV(B) 270º 0.44% 0.04% -
XYZ 0.19 0.17 0.28 -
YUV 6.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 7 5 9 0.22 0.44 0 0.96 270 0.29 0.03
Hex 7 5 9 16 2C 0 60 10E 1D 3
Octal 7 5 11 26 54 0 140 416 35 3
Binary 111 101 1001 10110 101100 0 1100000 100001110 11101 11

Color Harmonies of #070509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070509

Black with #070509

Text Example


Text Example

White with #070509

Text Example


Text Example

HTML Codes & Css Web 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>