Html Css Color HEX #07040A Blackcurrant

📋 copy color: '#07040A'

red 7 ◦ green 4 ◦ blue 10

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

Shades of Blackcurrant #07040A

Tints of Blackcurrant #07040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 19.05%

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

R = 33.33%
G = 19.05%
B = 47.62%

CMYK

 C value IS 0.30

 M value IS 0.6

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07040A (or 0x07040A) is known color: Blackcurrant. HEX triplet: 07, 04 and 0A. RGB value is (7,4,10). Sum of RGB (Red+Green+Blue) = 7+4+10=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #07040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07040A is #F8FBF5. Grayscale: #050505. Windows color (decimal): -16317430 or 656391. OLE color: 656391.

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

Color convert

RGB 7 4 10 -
CMYK 0.30 0.6 0 0.96
HSL 270º 0.43% 0.03% -
HSV(B) 270º 0.6% 0.04% -
XYZ 0.19 0.15 0.31 -
YUV 5.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 7 4 10 0.30 0.6 0 0.96 270 0.43 0.03
Hex 7 4 A 1E 3C 0 60 10E 2B 3
Octal 7 4 12 36 74 0 140 416 53 3
Binary 111 100 1010 11110 111100 0 1100000 100001110 101011 11

Color Harmonies of #07040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07040A

Black with #07040A

Text Example


Text Example

White with #07040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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