#1C0C2C

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

Shades of Blackcurrant #1C0C2C

Tints of Blackcurrant #1C0C2C

Color information

#1C0C2C (or 0x1C0C2C) is unknown color: approx Blackcurrant. HEX triplet: 1C, 0C and 2C. RGB value is (28,12,44). Sum of RGB (Red+Green+Blue) = 28+12+44=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C0C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0C2C is #E3F3D3. Grayscale: #141414. Windows color (decimal): -14939092 or 2886684. OLE color: 2886684.

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

Color convert

RGB281244-
CMYK0.360.7300.83
HSL270º57.14%10.98%-
HSV(B)270º72.73%17.25%-
XYZ1.060.692.46-
YUV20.43141.3133.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 44 (17.58% from 255) = 52.38%
R=33.33%
G=14.29%
B=52.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2812440.360.7300.8327057.1410.98
Hex1CC2C244905310e39b
Octal3414544411101234167113
Binary1110011001011001001001001001010100111000011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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