#1F142D

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

Shades of Blackcurrant #1F142D

Tints of Blackcurrant #1F142D

Color information

#1F142D (or 0x1F142D) is unknown color: approx Blackcurrant. HEX triplet: 1F, 14 and 2D. RGB value is (31,20,45). Sum of RGB (Red+Green+Blue) = 31+20+45=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F142D is #E0EBD2. Grayscale: #1A1A1A. Windows color (decimal): -14740435 or 2954271. OLE color: 2954271.

HSL color Cylindrical-coordinate representation of color #1F142D: hue angle of 266.4º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F142D is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB312045-
CMYK0.310.5600.82
HSL266.4º38.46%12.75%-
HSV(B)266.4º55.56%17.65%-
XYZ1.290.982.6-
YUV26.14138.64131.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=32.29%
G=20.83%
B=46.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3120450.310.5600.82266.438.4612.75
Hex1F142D1F3805210a26d
Octal372455377001224124615
Binary111111010010110111111111000010100101000010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,20,45); }

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

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

 a { background-color: rgb(31,20,45); }

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

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

 span { border-color: rgb(31,20,45); }

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