Html Css Color HEX #07010E Blackcurrant

📋 copy color: '#07010E'

red 7 ◦ green 1 ◦ blue 14

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

Shades of Blackcurrant #07010E

Tints of Blackcurrant #07010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 63.64%

R = 31.82%
G = 4.55%
B = 63.64%

CMYK

 C value IS 0.5

 M value IS 0.93

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#07010E (or 0x07010E) is known color: Blackcurrant. HEX triplet: 07, 01 and 0E. RGB value is (7,1,14). Sum of RGB (Red+Green+Blue) = 7+1+14=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 14 (5.86% from 255 or 63.64% from 22); Max value from RGB is 14 - color contains mainly: blue. Hex color #07010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07010E is #F8FEF1. Grayscale: #040404. Windows color (decimal): -16318194 or 917767. OLE color: 917767.

HSL color Cylindrical-coordinate representation of color #07010E: hue angle of 267.69º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07010E is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 1 14 -
CMYK 0.5 0.93 0 0.95
HSL 267.69º 0.87% 0.03% -
HSV(B) 267.69º 0.93% 0.05% -
XYZ 0.18 0.1 0.43 -
YUV 4.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 7 1 14 0.5 0.93 0 0.95 267.69 0.87 0.03
Hex 7 1 E 32 5D 0 5F 10C 57 3
Octal 7 1 16 62 135 0 137 414 127 3
Binary 111 1 1110 110010 1011101 0 1011111 100001100 1010111 11

Color Harmonies of #07010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07010E

Black with #07010E

Text Example


Text Example

White with #07010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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