#1F1325

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

Shades of Blackcurrant #1F1325

Tints of Blackcurrant #1F1325

Color information

#1F1325 (or 0x1F1325) is unknown color: approx Blackcurrant. HEX triplet: 1F, 13 and 25. RGB value is (31,19,37). Sum of RGB (Red+Green+Blue) = 31+19+37=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1325 is #E0ECDA. Grayscale: #181818. Windows color (decimal): -14740699 or 2429727. OLE color: 2429727.

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

Color convert

RGB311937-
CMYK0.160.4900.85
HSL280º32.14%10.98%-
HSV(B)280º48.65%14.51%-
XYZ1.130.891.86-
YUV24.64134.98132.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=35.63%
G=21.84%
B=42.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3119370.160.4900.8528032.1410.98
Hex1F1325103105511820b
Octal372345206101254304013
Binary111111001110010110000110001010101011000110001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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