#1E1C1F

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

Shades of Blackcurrant #1E1C1F

Tints of Blackcurrant #1E1C1F

Color information

#1E1C1F (or 0x1E1C1F) is unknown color: approx Blackcurrant. HEX triplet: 1E, 1C and 1F. RGB value is (30,28,31). Sum of RGB (Red+Green+Blue) = 30+28+31=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1C1F is #E1E3E0. Grayscale: #1C1C1C. Windows color (decimal): -14803937 or 2038814. OLE color: 2038814.

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

Color convert

RGB302831-
CMYK0.030.1000.88
HSL280º5.08%11.57%-
HSV(B)280º9.68%12.16%-
XYZ1.21.211.47-
YUV28.94129.16128.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.71%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 31 (12.5% from 255) = 34.83%
R=33.71%
G=31.46%
B=34.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3028310.030.1000.882805.0811.57
Hex1E1C1F3A0581185c
Octal3634373120130430514
Binary111101110011111111010010110001000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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