#1F0128

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

Shades of Blackcurrant #1F0128

Tints of Blackcurrant #1F0128

Color information

#1F0128 (or 0x1F0128) is unknown color: approx Blackcurrant. HEX triplet: 1F, 01 and 28. RGB value is (31,1,40). Sum of RGB (Red+Green+Blue) = 31+1+40=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F0128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0128 is #E0FED7. Grayscale: #0E0E0E. Windows color (decimal): -14745304 or 2621727. OLE color: 2621727.

HSL color Cylindrical-coordinate representation of color #1F0128: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0128 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB31140-
CMYK0.220.9800.84
HSL286.15º95.12%8.04%-
HSV(B)286.15º97.5%15.69%-
XYZ0.960.472.05-
YUV14.42142.44139.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=43.06%
G=1.39%
B=55.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal311400.220.9800.84286.1595.128.04
Hex1F128166205411e5f8
Octal3715026142012443613710
Binary1111111010001011011000100101010010001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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