#1C002C

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

Shades of Blackcurrant #1C002C

Tints of Blackcurrant #1C002C

Color information

#1C002C (or 0x1C002C) is unknown color: approx Blackcurrant. HEX triplet: 1C, 00 and 2C. RGB value is (28,0,44). Sum of RGB (Red+Green+Blue) = 28+0+44=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C002C is #E3FFD3. Grayscale: #0D0D0D. Windows color (decimal): -14942164 or 2883612. OLE color: 2883612.

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

Color convert

RGB28044-
CMYK0.36100.83
HSL278.18º100%8.63%-
HSV(B)278.18º100%17.25%-
XYZ0.930.432.42-
YUV13.39145.28138.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=38.89%
G=0%
B=61.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal280440.36100.83278.181008.63
Hex1C02C2464053116649
Octal3405444144012342614411
Binary11100010110010010011001000101001110001011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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