#1F1527

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

Shades of Blackcurrant #1F1527

Tints of Blackcurrant #1F1527

Color information

#1F1527 (or 0x1F1527) is unknown color: approx Blackcurrant. HEX triplet: 1F, 15 and 27. RGB value is (31,21,39). Sum of RGB (Red+Green+Blue) = 31+21+39=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1527 is #E0EAD8. Grayscale: #191919. Windows color (decimal): -14740185 or 2561311. OLE color: 2561311.

HSL color Cylindrical-coordinate representation of color #1F1527: hue angle of 273.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F1527 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB312139-
CMYK0.210.4600.85
HSL273.33º30%11.76%-
HSV(B)273.33º46.15%15.29%-
XYZ1.20.972.04-
YUV26.04135.31131.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=34.07%
G=23.08%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3121390.210.4600.85273.333011.76
Hex1F1527152E0551111ec
Octal372547255601254213614
Binary11111101011001111010110111001010101100010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,39); }

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

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

 a { background-color: rgb(31,21,39); }

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

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

 span { border-color: rgb(31,21,39); }

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