Html Css Color HEX #070309 Blackcurrant

📋 copy color: '#070309'

red 7 ◦ green 3 ◦ blue 9

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

Shades of Blackcurrant #070309

Tints of Blackcurrant #070309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 15.79%

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

R = 36.84%
G = 15.79%
B = 47.37%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#070309 (or 0x070309) is known color: Blackcurrant. HEX triplet: 07, 03 and 09. RGB value is (7,3,9). Sum of RGB (Red+Green+Blue) = 7+3+9=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 9 (3.91% from 255 or 47.37% from 19); Max value from RGB is 9 - color contains mainly: blue. Hex color #070309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070309 is #F8FCF6. Grayscale: #040404. Windows color (decimal): -16317687 or 590599. OLE color: 590599.

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

Color convert

RGB 7 3 9 -
CMYK 0.22 0.67 0 0.96
HSL 280º 0.5% 0.02% -
HSV(B) 280º 0.67% 0.04% -
XYZ 0.17 0.13 0.27 -
YUV 4.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 7 3 9 0.22 0.67 0 0.96 280 0.5 0.02
Hex 7 3 9 16 43 0 60 118 32 2
Octal 7 3 11 26 103 0 140 430 62 2
Binary 111 11 1001 10110 1000011 0 1100000 100011000 110010 10

Color Harmonies of #070309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070309

Black with #070309

Text Example


Text Example

White with #070309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070309; }

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

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

background-color css

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

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

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

border-color css

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

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

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