#07020B

Color #07020B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #07020B

Tints of Blackcurrant #07020B

Color information

#07020B (or 0x07020B) is unknown color: approx 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

RGB7211-
CMYK0.360.8200.96
HSL273.33º69.23%2.55%-
HSV(B)273.33º81.82%4.31%-
XYZ0.170.110.33-
YUV4.52131.66129.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal72110.360.8200.96273.3369.232.55
Hex72B2452060111453
Octal72134412201404211053
Binary111101011100100101001001100000100010001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>