Html Css Color HEX #07020F Blackcurrant

📋 copy color: '#07020F'

red 7 ◦ green 2 ◦ blue 15

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

Shades of Blackcurrant #07020F

Tints of Blackcurrant #07020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 8.33%

 BLUE value IS 15 (6.25% from 255) = 62.5%

R = 29.17%
G = 8.33%
B = 62.5%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#07020F (or 0x07020F) is known color: Blackcurrant. HEX triplet: 07, 02 and 0F. RGB value is (7,2,15). Sum of RGB (Red+Green+Blue) = 7+2+15=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #07020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07020F is #F8FDF0. Grayscale: #040404. Windows color (decimal): -16317937 or 983559. OLE color: 983559.

HSL color Cylindrical-coordinate representation of color #07020F: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07020F is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 2 15 -
CMYK 0.53 0.87 0 0.94
HSL 263.08º 0.76% 0.03% -
HSV(B) 263.08º 0.87% 0.06% -
XYZ 0.2 0.12 0.47 -
YUV 4.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 7 2 15 0.53 0.87 0 0.94 263.08 0.76 0.03
Hex 7 2 F 35 57 0 5E 107 4C 3
Octal 7 2 17 65 127 0 136 407 114 3
Binary 111 10 1111 110101 1010111 0 1011110 100000111 1001100 11

Color Harmonies of #07020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07020F

Black with #07020F

Text Example


Text Example

White with #07020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07020F; }

 p { color: rgb(7,2,15); }

 H1.HeaderClassName
 {
   color: #07020F;
 }
 .AnyTagClassName
 {
   color: #07020F;
 }
</style>

background-color css

<style>
 a { background-color: #07020F; }

 a { background-color: rgb(7,2,15); }

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

border-color css

<style>
 span { border-color: #07020F; }

 span { border-color: rgb(7,2,15); }

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