Html Css Color HEX #07000A Blackcurrant

📋 copy color: '#07000A'

red 7 ◦ green 0 ◦ blue 10

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

Shades of Blackcurrant #07000A

Tints of Blackcurrant #07000A

RGB

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

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

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

R = 41.18%
G = 0%
B = 58.82%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07000A (or 0x07000A) is known color: Blackcurrant. HEX triplet: 07, 00 and 0A. RGB value is (7,0,10). Sum of RGB (Red+Green+Blue) = 7+0+10=17 (2% of max value = 765). Red value is 7 (3.12% from 255 or 41.18% from 17); Green value is 0 (0.39% from 255 or 0% from 17); Blue value is 10 (4.30% from 255 or 58.82% from 17); Max value from RGB is 10 - color contains mainly: blue. Hex color #07000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07000A is #F8FFF5. Grayscale: #030303. Windows color (decimal): -16318454 or 655367. OLE color: 655367.

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

Color convert

RGB 7 0 10 -
CMYK 0.30 1 0 0.96
HSL 282º 1% 0.02% -
HSV(B) 282º 1% 0.04% -
XYZ 0.14 0.07 0.29 -
YUV 3.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 7 0 10 0.30 1 0 0.96 282 1 0.02
Hex 7 0 A 1E 64 0 60 11A 64 2
Octal 7 0 12 36 144 0 140 432 144 2
Binary 111 0 1010 11110 1100100 0 1100000 100011010 1100100 10

Color Harmonies of #07000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07000A

Black with #07000A

Text Example


Text Example

White with #07000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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