Html Css Color HEX #07050A Blackcurrant

📋 copy color: '#07050A'

red 7 ◦ green 5 ◦ blue 10

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

Shades of Blackcurrant #07050A

Tints of Blackcurrant #07050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 22.73%

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

R = 31.82%
G = 22.73%
B = 45.45%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07050A (or 0x07050A) is known color: Blackcurrant. HEX triplet: 07, 05 and 0A. RGB value is (7,5,10). Sum of RGB (Red+Green+Blue) = 7+5+10=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: blue. Hex color #07050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07050A is #F8FAF5. Grayscale: #060606. Windows color (decimal): -16317174 or 656647. OLE color: 656647.

HSL color Cylindrical-coordinate representation of color #07050A: hue angle of 264º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #07050A is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 5 10 -
CMYK 0.30 0.50 0 0.96
HSL 264º 0.33% 0.03% -
HSV(B) 264º 0.5% 0.04% -
XYZ 0.2 0.18 0.31 -
YUV 6.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 7 5 10 0.30 0.50 0 0.96 264 0.33 0.03
Hex 7 5 A 1E 32 0 60 108 21 3
Octal 7 5 12 36 62 0 140 410 41 3
Binary 111 101 1010 11110 110010 0 1100000 100001000 100001 11

Color Harmonies of #07050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07050A

Black with #07050A

Text Example


Text Example

White with #07050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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