#2C1A41

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

Shades of Blackcurrant #2C1A41

Tints of Blackcurrant #2C1A41

Color information

#2C1A41 (or 0x2C1A41) is unknown color: approx Blackcurrant. HEX triplet: 2C, 1A and 41. RGB value is (44,26,65). Sum of RGB (Red+Green+Blue) = 44+26+65=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C1A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1A41 is #D3E5BE. Grayscale: #232323. Windows color (decimal): -13886911 or 4266540. OLE color: 4266540.

HSL color Cylindrical-coordinate representation of color #2C1A41: hue angle of 267.69º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C1A41 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB442665-
CMYK0.320.6000.75
HSL267.69º42.86%17.84%-
HSV(B)267.69º60%25.49%-
XYZ2.361.665.2-
YUV35.83144.46133.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.59%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=32.59%
G=19.26%
B=48.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4426650.320.6000.75267.6942.8617.84
Hex2C1A41203C04B10c2b12
Octal5432101407401134145322
Binary1011001101010000011000001111000100101110000110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,26,65); }

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

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

 a { background-color: rgb(44,26,65); }

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

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

 span { border-color: rgb(44,26,65); }

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