Html Css Color HEX #070008 Blackcurrant

📋 copy color: '#070008'

red 7 ◦ green 0 ◦ blue 8

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

Shades of Blackcurrant #070008

Tints of Blackcurrant #070008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 53.33%

R = 46.67%
G = 0%
B = 53.33%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#070008 (or 0x070008) is known color: Blackcurrant. HEX triplet: 07, 00 and 08. RGB value is (7,0,8). Sum of RGB (Red+Green+Blue) = 7+0+8=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 8 (3.52% from 255 or 53.33% from 15); Max value from RGB is 8 - color contains mainly: blue. Hex color #070008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070008 is #F8FFF7. Grayscale: #020202. Windows color (decimal): -16318456 or 524295. OLE color: 524295.

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

Color convert

RGB 7 0 8 -
CMYK 0.13 1 0 0.97
HSL 292.5º 1% 0.02% -
HSV(B) 292.5º 1% 0.03% -
XYZ 0.13 0.06 0.23 -
YUV 3.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 7 0 8 0.13 1 0 0.97 292.5 1 0.02
Hex 7 0 8 D 64 0 61 124 64 2
Octal 7 0 10 15 144 0 141 444 144 2
Binary 111 0 1000 1101 1100100 0 1100001 100100100 1100100 10

Color Harmonies of #070008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070008

Black with #070008

Text Example


Text Example

White with #070008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070008; }

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

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

background-color css

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

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

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

border-color css

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

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

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