Html Css Color HEX #07010A Blackcurrant

📋 copy color: '#07010A'

red 7 ◦ green 1 ◦ blue 10

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

Shades of Blackcurrant #07010A

Tints of Blackcurrant #07010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 55.56%

R = 38.89%
G = 5.56%
B = 55.56%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07010A (or 0x07010A) is known color: Blackcurrant. HEX triplet: 07, 01 and 0A. RGB value is (7,1,10). Sum of RGB (Red+Green+Blue) = 7+1+10=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #07010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07010A is #F8FEF5. Grayscale: #030303. Windows color (decimal): -16318198 or 655623. OLE color: 655623.

HSL color Cylindrical-coordinate representation of color #07010A: hue angle of 280º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07010A is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 1 10 -
CMYK 0.30 0.90 0 0.96
HSL 280º 0.82% 0.02% -
HSV(B) 280º 0.9% 0.04% -
XYZ 0.15 0.09 0.3 -
YUV 3.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 7 1 10 0.30 0.90 0 0.96 280 0.82 0.02
Hex 7 1 A 1E 5A 0 60 118 52 2
Octal 7 1 12 36 132 0 140 430 122 2
Binary 111 1 1010 11110 1011010 0 1100000 100011000 1010010 10

Color Harmonies of #07010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07010A

Black with #07010A

Text Example


Text Example

White with #07010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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