#1C102C

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

Shades of Blackcurrant #1C102C

Tints of Blackcurrant #1C102C

Color information

#1C102C (or 0x1C102C) is unknown color: approx Blackcurrant. HEX triplet: 1C, 10 and 2C. RGB value is (28,16,44). Sum of RGB (Red+Green+Blue) = 28+16+44=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C102C is #E3EFD3. Grayscale: #161616. Windows color (decimal): -14938068 or 2887708. OLE color: 2887708.

HSL color Cylindrical-coordinate representation of color #1C102C: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C102C is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB281644-
CMYK0.360.6400.83
HSL265.71º46.67%11.76%-
HSV(B)265.71º63.64%17.25%-
XYZ1.120.82.48-
YUV22.78139.98131.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.82%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 44 (17.58% from 255) = 50%
R=31.82%
G=18.18%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2816440.360.6400.83265.7146.6711.76
Hex1C102C244005310a2fc
Octal3420544410001234125714
Binary11100100001011001001001000000010100111000010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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