Html Css Color HEX #070608 Blackcurrant

📋 copy color: '#070608'

red 7 ◦ green 6 ◦ blue 8

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

Shades of Blackcurrant #070608

Tints of Blackcurrant #070608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 28.57%

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

R = 33.33%
G = 28.57%
B = 38.1%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#070608 (or 0x070608) is known color: Blackcurrant. HEX triplet: 07, 06 and 08. RGB value is (7,6,8). Sum of RGB (Red+Green+Blue) = 7+6+8=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 8 - color contains mainly: blue. Hex color #070608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070608 is #F8F9F7. Grayscale: #060606. Windows color (decimal): -16316920 or 525831. OLE color: 525831.

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

Color convert

RGB 7 6 8 -
CMYK 0.13 0.25 0 0.97
HSL 270º 0.14% 0.03% -
HSV(B) 270º 0.25% 0.03% -
XYZ 0.2 0.19 0.26 -
YUV 6.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 7 6 8 0.13 0.25 0 0.97 270 0.14 0.03
Hex 7 6 8 D 19 0 61 10E E 3
Octal 7 6 10 15 31 0 141 416 16 3
Binary 111 110 1000 1101 11001 0 1100001 100001110 1110 11

Color Harmonies of #070608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070608

Black with #070608

Text Example


Text Example

White with #070608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070608; }

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

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

background-color css

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

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

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

border-color css

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

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

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