#32154B

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

Shades of Blackcurrant #32154B

Tints of Blackcurrant #32154B

Color information

#32154B (or 0x32154B) is unknown color: approx Blackcurrant. HEX triplet: 32, 15 and 4B. RGB value is (50,21,75). Sum of RGB (Red+Green+Blue) = 50+21+75=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #32154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32154B is #CDEAB4. Grayscale: #232323. Windows color (decimal): -13494965 or 4920626. OLE color: 4920626.

HSL color Cylindrical-coordinate representation of color #32154B: hue angle of 272.22º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32154B is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB502175-
CMYK0.330.7200.71
HSL272.22º56.25%18.82%-
HSV(B)272.22º72%29.41%-
XYZ2.851.726.84-
YUV35.83150.11138.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=34.25%
G=14.38%
B=51.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5021750.330.7200.71272.2256.2518.82
Hex32154B21480471103813
Octal62251134111001074207023
Binary11001010101100101110000110010000100011110001000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32154B; }

 p { color: rgb(50,21,75); }

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

<style>
 a { background-color: #32154B; }

 a { background-color: rgb(50,21,75); }

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

<style>
 span { border-color: #32154B; }

 span { border-color: rgb(50,21,75); }

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