Html Css Color HEX #070016 Blackcurrant

📋 copy color: '#070016'

red 7 ◦ green 0 ◦ blue 22

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

Shades of Blackcurrant #070016

Tints of Blackcurrant #070016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 75.86%

R = 24.14%
G = 0%
B = 75.86%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070016 (or 0x070016) is known color: Blackcurrant. HEX triplet: 07, 00 and 16. RGB value is (7,0,22). Sum of RGB (Red+Green+Blue) = 7+0+22=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 22 (8.98% from 255 or 75.86% from 29); Max value from RGB is 22 - color contains mainly: blue. Hex color #070016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070016 is #F8FFE9. Grayscale: #040404. Windows color (decimal): -16318442 or 1441799. OLE color: 1441799.

HSL color Cylindrical-coordinate representation of color #070016: hue angle of 259.09º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070016 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 0 22 -
CMYK 0.68 1 0 0.91
HSL 259.09º 1% 0.04% -
HSV(B) 259.09º 1% 0.09% -
XYZ 0.23 0.1 0.77 -
YUV 4.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 7 0 22 0.68 1 0 0.91 259.09 1 0.04
Hex 7 0 16 44 64 0 5B 103 64 4
Octal 7 0 26 104 144 0 133 403 144 4
Binary 111 0 10110 1000100 1100100 0 1011011 100000011 1100100 100

Color Harmonies of #070016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070016

Black with #070016

Text Example


Text Example

White with #070016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070016; }

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

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

background-color css

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

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

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

border-color css

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

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

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