#1F1825

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

Shades of Blackcurrant #1F1825

Tints of Blackcurrant #1F1825

Color information

#1F1825 (or 0x1F1825) is unknown color: approx Blackcurrant. HEX triplet: 1F, 18 and 25. RGB value is (31,24,37). Sum of RGB (Red+Green+Blue) = 31+24+37=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1825 is #E0E7DA. Grayscale: #1B1B1B. Windows color (decimal): -14739419 or 2431007. OLE color: 2431007.

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

Color convert

RGB312437-
CMYK0.160.3500.85
HSL272.31º21.31%11.96%-
HSV(B)272.31º35.14%14.51%-
XYZ1.231.081.89-
YUV27.58133.32130.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.70%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=33.70%
G=26.09%
B=40.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3124370.160.3500.85272.3121.3111.96
Hex1F1825102305511015c
Octal373045204301254202514
Binary11111110001001011000010001101010101100010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,24,37); }

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

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

 a { background-color: rgb(31,24,37); }

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

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

 span { border-color: rgb(31,24,37); }

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