Html Css Color HEX #070009 Blackcurrant

📋 copy color: '#070009'

red 7 ◦ green 0 ◦ blue 9

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

Shades of Blackcurrant #070009

Tints of Blackcurrant #070009

RGB

 RED value IS 7 (3.13% from 255) = 43.75%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 56.25%

R = 43.75%
G = 0%
B = 56.25%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#070009 (or 0x070009) is known color: Blackcurrant. HEX triplet: 07, 00 and 09. RGB value is (7,0,9). Sum of RGB (Red+Green+Blue) = 7+0+9=16 (2% of max value = 765). Red value is 7 (3.12% from 255 or 43.75% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 9 (3.91% from 255 or 56.25% from 16); Max value from RGB is 9 - color contains mainly: blue. Hex color #070009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070009 is #F8FFF6. Grayscale: #030303. Windows color (decimal): -16318455 or 589831. OLE color: 589831.

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

Color convert

RGB 7 0 9 -
CMYK 0.22 1 0 0.96
HSL 286.67º 1% 0.02% -
HSV(B) 286.67º 1% 0.04% -
XYZ 0.14 0.06 0.26 -
YUV 3.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 7 0 9 0.22 1 0 0.96 286.67 1 0.02
Hex 7 0 9 16 64 0 60 11F 64 2
Octal 7 0 11 26 144 0 140 437 144 2
Binary 111 0 1001 10110 1100100 0 1100000 100011111 1100100 10

Color Harmonies of #070009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070009

Black with #070009

Text Example


Text Example

White with #070009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070009; }

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

 H1.HeaderClassName
 {
   color: #070009;
 }
 .AnyTagClassName
 {
   color: #070009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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