Html Css Color HEX #07020B Blackcurrant

📋 copy color: '#07020B'

red 7 ◦ green 2 ◦ blue 11

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

Shades of Blackcurrant #07020B

Tints of Blackcurrant #07020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 55%

R = 35%
G = 10%
B = 55%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07020B (or 0x07020B) is known color: Blackcurrant. HEX triplet: 07, 02 and 0B. RGB value is (7,2,11). Sum of RGB (Red+Green+Blue) = 7+2+11=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #07020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07020B is #F8FDF4. Grayscale: #040404. Windows color (decimal): -16317941 or 721415. OLE color: 721415.

HSL color Cylindrical-coordinate representation of color #07020B: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07020B is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 2 11 -
CMYK 0.36 0.82 0 0.96
HSL 273.33º 0.69% 0.03% -
HSV(B) 273.33º 0.82% 0.04% -
XYZ 0.17 0.11 0.33 -
YUV 4.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 7 2 11 0.36 0.82 0 0.96 273.33 0.69 0.03
Hex 7 2 B 24 52 0 60 111 45 3
Octal 7 2 13 44 122 0 140 421 105 3
Binary 111 10 1011 100100 1010010 0 1100000 100010001 1000101 11

Color Harmonies of #07020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07020B

Black with #07020B

Text Example


Text Example

White with #07020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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