#2C1033

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

Shades of Blackcurrant #2C1033

Tints of Blackcurrant #2C1033

Color information

#2C1033 (or 0x2C1033) is unknown color: approx Blackcurrant. HEX triplet: 2C, 10 and 33. RGB value is (44,16,51). Sum of RGB (Red+Green+Blue) = 44+16+51=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 51 - color contains mainly: blue. Hex color #2C1033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1033 is #D3EFCC. Grayscale: #1C1C1C. Windows color (decimal): -13889485 or 3346476. OLE color: 3346476.

HSL color Cylindrical-coordinate representation of color #2C1033: hue angle of 288º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C1033 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB441651-
CMYK0.140.6900.8
HSL288º52.24%13.14%-
HSV(B)288º68.63%20%-
XYZ1.821.153.26-
YUV28.36140.78139.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 39.64%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 51 (20.31% from 255) = 45.95%
R=39.64%
G=14.41%
B=45.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4416510.140.6900.828852.2413.14
Hex2C1033E4505012034d
Octal5420631610501204406415
Binary1011001000011001111101000101010100001001000001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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