#1C101E

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

Shades of Blackcurrant #1C101E

Tints of Blackcurrant #1C101E

Color information

#1C101E (or 0x1C101E) is unknown color: approx Blackcurrant. HEX triplet: 1C, 10 and 1E. RGB value is (28,16,30). Sum of RGB (Red+Green+Blue) = 28+16+30=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C101E is #E3EFE1. Grayscale: #151515. Windows color (decimal): -14938082 or 1970204. OLE color: 1970204.

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

Color convert

RGB281630-
CMYK0.070.4700.88
HSL291.43º30.43%9.02%-
HSV(B)291.43º46.67%11.76%-
XYZ0.90.711.32-
YUV21.18132.98132.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.84%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=37.84%
G=21.62%
B=40.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2816300.070.4700.88291.4330.439.02
Hex1C101E72F0581231e9
Octal34203675701304433611
Binary11100100001111011110111101011000100100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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