#2C103C

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

Shades of Blackcurrant #2C103C

Tints of Blackcurrant #2C103C

Color information

#2C103C (or 0x2C103C) is unknown color: approx Blackcurrant. HEX triplet: 2C, 10 and 3C. RGB value is (44,16,60). Sum of RGB (Red+Green+Blue) = 44+16+60=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C103C is #D3EFC3. Grayscale: #1D1D1D. Windows color (decimal): -13889476 or 3936300. OLE color: 3936300.

HSL color Cylindrical-coordinate representation of color #2C103C: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C103C is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB441660-
CMYK0.270.7300.76
HSL278.18º57.89%14.9%-
HSV(B)278.18º73.33%23.53%-
XYZ2.041.234.41-
YUV29.39145.28138.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.67%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 60 (23.83% from 255) = 50%
R=36.67%
G=13.33%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4416600.270.7300.76278.1857.8914.9
Hex2C103C1B4904C1163af
Octal5420743311101144267217
Binary10110010000111100110111001001010011001000101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C103C; }

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

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

<style>
 a { background-color: #2C103C; }

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

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

<style>
 span { border-color: #2C103C; }

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

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