#1C131E

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

Shades of Blackcurrant #1C131E

Tints of Blackcurrant #1C131E

Color information

#1C131E (or 0x1C131E) is unknown color: approx Blackcurrant. HEX triplet: 1C, 13 and 1E. RGB value is (28,19,30). Sum of RGB (Red+Green+Blue) = 28+19+30=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131E is #E3ECE1. Grayscale: #161616. Windows color (decimal): -14937314 or 1970972. OLE color: 1970972.

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

Color convert

RGB281930-
CMYK0.070.3700.88
HSL289.09º22.45%9.61%-
HSV(B)289.09º36.67%11.76%-
XYZ0.950.811.33-
YUV22.94131.98131.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.36%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=36.36%
G=24.68%
B=38.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2819300.070.3700.88289.0922.459.61
Hex1C131E72505812116a
Octal34233674501304412612
Binary11100100111111011110010101011000100100001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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