#32183A

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

Shades of Blackcurrant #32183A

Tints of Blackcurrant #32183A

Color information

#32183A (or 0x32183A) is unknown color: approx Blackcurrant. HEX triplet: 32, 18 and 3A. RGB value is (50,24,58). Sum of RGB (Red+Green+Blue) = 50+24+58=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #32183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32183A is #CDE7C5. Grayscale: #232323. Windows color (decimal): -13494214 or 3807282. OLE color: 3807282.

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

Color convert

RGB502458-
CMYK0.140.5900.77
HSL285.88º41.46%16.08%-
HSV(B)285.88º58.62%22.75%-
XYZ2.411.644.19-
YUV35.65140.61138.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=37.88%
G=18.18%
B=43.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5024580.140.5900.77285.8841.4616.08
Hex32183AE3B04D11e2910
Octal623072167301154365120
Binary1100101100011101011101110110100110110001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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