#1F1128

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

Shades of Blackcurrant #1F1128

Tints of Blackcurrant #1F1128

Color information

#1F1128 (or 0x1F1128) is unknown color: approx Blackcurrant. HEX triplet: 1F, 11 and 28. RGB value is (31,17,40). Sum of RGB (Red+Green+Blue) = 31+17+40=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1128 is #E0EED7. Grayscale: #171717. Windows color (decimal): -14741208 or 2625823. OLE color: 2625823.

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

Color convert

RGB311740-
CMYK0.220.5700.84
HSL276.52º40.35%11.18%-
HSV(B)276.52º57.5%15.69%-
XYZ1.150.852.11-
YUV23.81137.14133.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.23%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=35.23%
G=19.32%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3117400.220.5700.84276.5240.3511.18
Hex1F1128163905411528b
Octal372150267101244255013
Binary111111000110100010110111001010101001000101011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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