Html Css Color HEX #070014 Blackcurrant

📋 copy color: '#070014'

red 7 ◦ green 0 ◦ blue 20

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

Shades of Blackcurrant #070014

Tints of Blackcurrant #070014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 74.07%

R = 25.93%
G = 0%
B = 74.07%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070014 (or 0x070014) is known color: Blackcurrant. HEX triplet: 07, 00 and 14. RGB value is (7,0,20). Sum of RGB (Red+Green+Blue) = 7+0+20=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #070014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070014 is #F8FFEB. Grayscale: #040404. Windows color (decimal): -16318444 or 1310727. OLE color: 1310727.

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

Color convert

RGB 7 0 20 -
CMYK 0.65 1 0 0.92
HSL 261º 1% 0.04% -
HSV(B) 261º 1% 0.08% -
XYZ 0.21 0.1 0.67 -
YUV 4.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 7 0 20 0.65 1 0 0.92 261 1 0.04
Hex 7 0 14 41 64 0 5C 105 64 4
Octal 7 0 24 101 144 0 134 405 144 4
Binary 111 0 10100 1000001 1100100 0 1011100 100000101 1100100 100

Color Harmonies of #070014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070014

Black with #070014

Text Example


Text Example

White with #070014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070014; }

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

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

background-color css

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

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

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

border-color css

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

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

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