#32183D

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

Shades of Blackcurrant #32183D

Tints of Blackcurrant #32183D

Color information

#32183D (or 0x32183D) is unknown color: approx Blackcurrant. HEX triplet: 32, 18 and 3D. RGB value is (50,24,61). Sum of RGB (Red+Green+Blue) = 50+24+61=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #32183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32183D is #CDE7C2. Grayscale: #232323. Windows color (decimal): -13494211 or 4003890. OLE color: 4003890.

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

Color convert

RGB502461-
CMYK0.180.6100.76
HSL282.16º43.53%16.67%-
HSV(B)282.16º60.66%23.92%-
XYZ2.481.674.61-
YUV35.99142.11137.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 61 (24.22% from 255) = 45.19%
R=37.04%
G=17.78%
B=45.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5024610.180.6100.76282.1643.5316.67
Hex32183D123D04C11a2c11
Octal623075227501144325421
Binary11001011000111101100101111010100110010001101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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