#1F142E

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

Shades of Blackcurrant #1F142E

Tints of Blackcurrant #1F142E

Color information

#1F142E (or 0x1F142E) is unknown color: approx Blackcurrant. HEX triplet: 1F, 14 and 2E. RGB value is (31,20,46). Sum of RGB (Red+Green+Blue) = 31+20+46=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F142E is #E0EBD1. Grayscale: #1A1A1A. Windows color (decimal): -14740434 or 3019807. OLE color: 3019807.

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

Color convert

RGB312046-
CMYK0.330.5700.82
HSL265.38º39.39%12.94%-
HSV(B)265.38º56.52%18.04%-
XYZ1.310.992.71-
YUV26.25139.14131.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=31.96%
G=20.62%
B=47.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3120460.330.5700.82265.3839.3912.94
Hex1F142E213905210927d
Octal372456417101224114715
Binary1111110100101110100001111001010100101000010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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