#32253D

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

Shades of Blackcurrant #32253D

Tints of Blackcurrant #32253D

Color information

#32253D (or 0x32253D) is unknown color: approx Blackcurrant. HEX triplet: 32, 25 and 3D. RGB value is (50,37,61). Sum of RGB (Red+Green+Blue) = 50+37+61=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #32253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32253D is #CDDAC2. Grayscale: #2B2B2B. Windows color (decimal): -13490883 or 4007218. OLE color: 4007218.

HSL color Cylindrical-coordinate representation of color #32253D: hue angle of 272.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32253D is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB503761-
CMYK0.180.3900.76
HSL272.5º24.49%19.22%-
HSV(B)272.5º39.34%23.92%-
XYZ2.822.344.72-
YUV43.62137.81132.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=33.78%
G=25%
B=41.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5037610.180.3900.76272.524.4919.22
Hex32253D122704C1101813
Octal624575224701144203023
Binary11001010010111110110010100111010011001000100001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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