#1C141F

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

Shades of Blackcurrant #1C141F

Tints of Blackcurrant #1C141F

Color information

#1C141F (or 0x1C141F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 14 and 1F. RGB value is (28,20,31). Sum of RGB (Red+Green+Blue) = 28+20+31=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141F is #E3EBE0. Grayscale: #171717. Windows color (decimal): -14937057 or 2036764. OLE color: 2036764.

HSL color Cylindrical-coordinate representation of color #1C141F: hue angle of 283.64º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1C141F is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB282031-
CMYK0.100.3500.88
HSL283.64º21.57%10%-
HSV(B)283.64º35.48%12.16%-
XYZ0.980.851.41-
YUV23.65132.15131.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=35.44%
G=25.32%
B=39.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2820310.100.3500.88283.6421.5710
Hex1C141FA2305811c16a
Octal342437124301304342612
Binary111001010011111101010001101011000100011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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