#32243A

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

Shades of Blackcurrant #32243A

Tints of Blackcurrant #32243A

Color information

#32243A (or 0x32243A) is unknown color: approx Blackcurrant. HEX triplet: 32, 24 and 3A. RGB value is (50,36,58). Sum of RGB (Red+Green+Blue) = 50+36+58=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #32243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32243A is #CDDBC5. Grayscale: #2A2A2A. Windows color (decimal): -13491142 or 3810354. OLE color: 3810354.

HSL color Cylindrical-coordinate representation of color #32243A: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32243A is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB503658-
CMYK0.140.3800.77
HSL278.18º23.4%18.43%-
HSV(B)278.18º37.93%22.75%-
XYZ2.712.254.29-
YUV42.69136.64133.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=34.72%
G=25%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5036580.140.3800.77278.1823.418.43
Hex32243AE2604D1161712
Octal624472164601154262722
Binary1100101001001110101110100110010011011000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32243A; }

 p { color: rgb(50,36,58); }

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

<style>
 a { background-color: #32243A; }

 a { background-color: rgb(50,36,58); }

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

<style>
 span { border-color: #32243A; }

 span { border-color: rgb(50,36,58); }

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