Html Css Color HEX #070108 Blackcurrant

📋 copy color: '#070108'

red 7 ◦ green 1 ◦ blue 8

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

Shades of Blackcurrant #070108

Tints of Blackcurrant #070108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 6.25%

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

R = 43.75%
G = 6.25%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#070108 (or 0x070108) is known color: Blackcurrant. HEX triplet: 07, 01 and 08. RGB value is (7,1,8). Sum of RGB (Red+Green+Blue) = 7+1+8=16 (2% of max value = 765). Red value is 7 (3.12% from 255 or 43.75% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: blue. Hex color #070108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070108 is #F8FEF7. Grayscale: #030303. Windows color (decimal): -16318200 or 524551. OLE color: 524551.

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

Color convert

RGB 7 1 8 -
CMYK 0.13 0.88 0 0.97
HSL 291.43º 0.78% 0.02% -
HSV(B) 291.43º 0.88% 0.03% -
XYZ 0.14 0.08 0.24 -
YUV 3.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 7 1 8 0.13 0.88 0 0.97 291.43 0.78 0.02
Hex 7 1 8 D 58 0 61 123 4E 2
Octal 7 1 10 15 130 0 141 443 116 2
Binary 111 1 1000 1101 1011000 0 1100001 100100011 1001110 10

Color Harmonies of #070108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070108

Black with #070108

Text Example


Text Example

White with #070108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070108; }

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

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

background-color css

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

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

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

border-color css

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

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

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