#32253A

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

Shades of Blackcurrant #32253A

Tints of Blackcurrant #32253A

Color information

#32253A (or 0x32253A) is unknown color: approx Blackcurrant. HEX triplet: 32, 25 and 3A. RGB value is (50,37,58). Sum of RGB (Red+Green+Blue) = 50+37+58=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #32253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32253A is #CDDAC5. Grayscale: #2B2B2B. Windows color (decimal): -13490886 or 3810610. OLE color: 3810610.

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

Color convert

RGB503758-
CMYK0.140.3600.77
HSL277.14º22.11%18.63%-
HSV(B)277.14º36.21%22.75%-
XYZ2.742.314.3-
YUV43.28136.31132.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 58 (23.05% from 255) = 40%
R=34.48%
G=25.52%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5037580.140.3600.77277.1422.1118.63
Hex32253AE2404D1151613
Octal624572164401154252623
Binary1100101001011110101110100100010011011000101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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