#07040B

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

Shades of Blackcurrant #07040B

Tints of Blackcurrant #07040B

Color information

#07040B (or 0x07040B) is unknown color: approx Blackcurrant. HEX triplet: 07, 04 and 0B. RGB value is (7,4,11). Sum of RGB (Red+Green+Blue) = 7+4+11=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #07040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07040B is #F8FBF4. Grayscale: #050505. Windows color (decimal): -16317429 or 721927. OLE color: 721927.

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

Color convert

RGB7411-
CMYK0.360.6400.96
HSL265.71º46.67%2.94%-
HSV(B)265.71º63.64%4.31%-
XYZ0.190.160.34-
YUV5.7130.99128.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 31.82%
GREEN value IS 4 (1.95% from 255) = 18.18%
BLUE value IS 11 (4.69% from 255) = 50%
R=31.82%
G=18.18%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal74110.360.6400.96265.7146.672.94
Hex74B244006010a2f3
Octal7413441000140412573
Binary111100101110010010000000110000010000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07040B;
 }
 .AnyTagClassName
 {
   color: #07040B;
 }
</style>
background-color css

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

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

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

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

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

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