#070408

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

Shades of Blackcurrant #070408

Tints of Blackcurrant #070408

Color information

#070408 (or 0x070408) is unknown color: approx Blackcurrant. HEX triplet: 07, 04 and 08. RGB value is (7,4,8). Sum of RGB (Red+Green+Blue) = 7+4+8=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 8 - color contains mainly: blue. Hex color #070408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070408 is #F8FBF7. Grayscale: #050505. Windows color (decimal): -16317432 or 525319. OLE color: 525319.

HSL color Cylindrical-coordinate representation of color #070408: hue angle of 285º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070408 is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB748-
CMYK0.130.500.97
HSL285º33.33%2.35%-
HSV(B)285º50%3.14%-
XYZ0.170.150.25-
YUV5.35129.49129.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 36.84%
GREEN value IS 4 (1.95% from 255) = 21.05%
BLUE value IS 8 (3.52% from 255) = 42.11%
R=36.84%
G=21.05%
B=42.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7480.130.500.9728533.332.35
Hex748D3206111d212
Octal741015620141435412
Binary111100100011011100100110000110001110110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070408; }

 p { color: rgb(7,4,8); }

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

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

 a { background-color: rgb(7,4,8); }

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

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

 span { border-color: rgb(7,4,8); }

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