#1F0428

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

Shades of Blackcurrant #1F0428

Tints of Blackcurrant #1F0428

Color information

#1F0428 (or 0x1F0428) is unknown color: approx Blackcurrant. HEX triplet: 1F, 04 and 28. RGB value is (31,4,40). Sum of RGB (Red+Green+Blue) = 31+4+40=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F0428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0428 is #E0FBD7. Grayscale: #101010. Windows color (decimal): -14744536 or 2622495. OLE color: 2622495.

HSL color Cylindrical-coordinate representation of color #1F0428: hue angle of 285º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0428 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB31440-
CMYK0.220.9000.84
HSL285º81.82%8.63%-
HSV(B)285º90%15.69%-
XYZ0.990.532.06-
YUV16.18141.45138.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 40 (16.02% from 255) = 53.33%
R=41.33%
G=5.33%
B=53.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal314400.220.9000.8428581.828.63
Hex1F428165A05411d529
Octal3745026132012443512211
Binary111111001010001011010110100101010010001110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0428; }

 p { color: rgb(31,4,40); }

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

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

 a { background-color: rgb(31,4,40); }

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

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

 span { border-color: rgb(31,4,40); }

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