#040207

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

Shades of Blackcurrant #040207

Tints of Blackcurrant #040207

Color information

#040207 (or 0x040207) is unknown color: approx Blackcurrant. HEX triplet: 04, 02 and 07. RGB value is (4,2,7). Sum of RGB (Red+Green+Blue) = 4+2+7=13 (1% of max value = 765). Red value is 4 (1.95% from 255 or 30.77% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 7 (3.12% from 255 or 53.85% from 13); Max value from RGB is 7 - color contains mainly: blue. Hex color #040207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040207 is #FBFDF8. Grayscale: #030303. Windows color (decimal): -16514553 or 459268. OLE color: 459268.

HSL color Cylindrical-coordinate representation of color #040207: hue angle of 264º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #040207 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB427-
CMYK0.430.7100.97
HSL264º55.56%1.76%-
HSV(B)264º71.43%2.75%-
XYZ0.110.080.21-
YUV3.17130.16128.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 30.77%
GREEN value IS 2 (1.17% from 255) = 15.38%
BLUE value IS 7 (3.12% from 255) = 53.85%
R=30.77%
G=15.38%
B=53.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4270.430.7100.9726455.561.76
Hex4272B47061108382
Octal427531070141410702
Binary1001011110101110001110110000110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040207; }

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

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

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

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

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

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

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

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