Html Css Color HEX #070110 Blackcurrant

📋 copy color: '#070110'

red 7 ◦ green 1 ◦ blue 16

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

Shades of Blackcurrant #070110

Tints of Blackcurrant #070110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 66.67%

R = 29.17%
G = 4.17%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#070110 (or 0x070110) is known color: Blackcurrant. HEX triplet: 07, 01 and 10. RGB value is (7,1,16). Sum of RGB (Red+Green+Blue) = 7+1+16=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #070110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070110 is #F8FEEF. Grayscale: #040404. Windows color (decimal): -16318192 or 1048839. OLE color: 1048839.

HSL color Cylindrical-coordinate representation of color #070110: hue angle of 264º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070110 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 1 16 -
CMYK 0.56 0.94 0 0.94
HSL 264º 0.88% 0.03% -
HSV(B) 264º 0.94% 0.06% -
XYZ 0.19 0.1 0.5 -
YUV 4.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 7 1 16 0.56 0.94 0 0.94 264 0.88 0.03
Hex 7 1 10 38 5E 0 5E 108 58 3
Octal 7 1 20 70 136 0 136 410 130 3
Binary 111 1 10000 111000 1011110 0 1011110 100001000 1011000 11

Color Harmonies of #070110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070110

Black with #070110

Text Example


Text Example

White with #070110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070110; }

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

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

background-color css

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

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

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

border-color css

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

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

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