#2C1638

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

Shades of Blackcurrant #2C1638

Tints of Blackcurrant #2C1638

Color information

#2C1638 (or 0x2C1638) is unknown color: approx Blackcurrant. HEX triplet: 2C, 16 and 38. RGB value is (44,22,56). Sum of RGB (Red+Green+Blue) = 44+22+56=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C1638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1638 is #D3E9C7. Grayscale: #202020. Windows color (decimal): -13887944 or 3675692. OLE color: 3675692.

HSL color Cylindrical-coordinate representation of color #2C1638: hue angle of 278.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C1638 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB442256-
CMYK0.210.6100.78
HSL278.82º43.59%15.29%-
HSV(B)278.82º60.71%21.96%-
XYZ2.041.393.9-
YUV32.45141.29136.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.07%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=36.07%
G=18.03%
B=45.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4422560.210.6100.78278.8243.5915.29
Hex2C1638153D04E1172cf
Octal542670257501164275417
Binary1011001011011100010101111101010011101000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,22,56); }

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

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

 a { background-color: rgb(44,22,56); }

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

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

 span { border-color: rgb(44,22,56); }

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