#2C1634

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

Shades of Blackcurrant #2C1634

Tints of Blackcurrant #2C1634

Color information

#2C1634 (or 0x2C1634) is unknown color: approx Blackcurrant. HEX triplet: 2C, 16 and 34. RGB value is (44,22,52). Sum of RGB (Red+Green+Blue) = 44+22+52=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C1634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1634 is #D3E9CB. Grayscale: #1F1F1F. Windows color (decimal): -13887948 or 3413548. OLE color: 3413548.

HSL color Cylindrical-coordinate representation of color #2C1634: hue angle of 284º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C1634 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB442252-
CMYK0.150.5800.80
HSL284º40.54%14.51%-
HSV(B)284º57.69%20.39%-
XYZ1.951.363.41-
YUV32139.29136.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.29%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=37.29%
G=18.64%
B=44.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4422520.150.5800.8028440.5414.51
Hex2C1634F3A05011c29f
Octal542664177201204345117
Binary101100101101101001111111010010100001000111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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