#2C2332

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

Shades of Blackcurrant #2C2332

Tints of Blackcurrant #2C2332

Color information

#2C2332 (or 0x2C2332) is unknown color: approx Blackcurrant. HEX triplet: 2C, 23 and 32. RGB value is (44,35,50). Sum of RGB (Red+Green+Blue) = 44+35+50=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #2C2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2332 is #D3DCCD. Grayscale: #272727. Windows color (decimal): -13884622 or 3285804. OLE color: 3285804.

HSL color Cylindrical-coordinate representation of color #2C2332: hue angle of 276º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C2332 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB443550-
CMYK0.120.3000.80
HSL276º17.65%16.67%-
HSV(B)276º30%19.61%-
XYZ2.221.973.28-
YUV39.4133.98131.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=34.11%
G=27.13%
B=38.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4435500.120.3000.8027617.6516.67
Hex2C2332C1E0501141211
Octal544362143601204242221
Binary101100100011110010110011110010100001000101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,50); }

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

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

 a { background-color: rgb(44,35,50); }

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

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

 span { border-color: rgb(44,35,50); }

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