#1F1025

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

Shades of Blackcurrant #1F1025

Tints of Blackcurrant #1F1025

Color information

#1F1025 (or 0x1F1025) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 25. RGB value is (31,16,37). Sum of RGB (Red+Green+Blue) = 31+16+37=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1025 is #E0EFDA. Grayscale: #161616. Windows color (decimal): -14741467 or 2428959. OLE color: 2428959.

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

Color convert

RGB311637-
CMYK0.160.5700.85
HSL282.86º39.62%10.39%-
HSV(B)282.86º56.76%14.51%-
XYZ1.080.81.85-
YUV22.88135.97133.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=36.90%
G=19.05%
B=44.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3116370.160.5700.85282.8639.6210.39
Hex1F1025103905511b28a
Octal372045207101254335012
Binary111111000010010110000111001010101011000110111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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