Html Css Color HEX #070408 Blackcurrant

📋 copy color: '#070408'

red 7 ◦ green 4 ◦ blue 8

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

Shades of Blackcurrant #070408

Tints of Blackcurrant #070408

RGB

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

 M value IS 0.5

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

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

RGB 7 4 8 -
CMYK 0.13 0.5 0 0.97
HSL 285º 0.33% 0.02% -
HSV(B) 285º 0.5% 0.03% -
XYZ 0.17 0.15 0.25 -
YUV 5.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 7 4 8 0.13 0.5 0 0.97 285 0.33 0.02
Hex 7 4 8 D 32 0 61 11D 21 2
Octal 7 4 10 15 62 0 141 435 41 2
Binary 111 100 1000 1101 110010 0 1100001 100011101 100001 10

Color Harmonies of #070408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070408

Black with #070408

Text Example


Text Example

White with #070408

Text Example


Text Example

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