#32183C

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

Shades of Blackcurrant #32183C

Tints of Blackcurrant #32183C

Color information

#32183C (or 0x32183C) is unknown color: approx Blackcurrant. HEX triplet: 32, 18 and 3C. RGB value is (50,24,60). Sum of RGB (Red+Green+Blue) = 50+24+60=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #32183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32183C is #CDE7C3. Grayscale: #232323. Windows color (decimal): -13494212 or 3938354. OLE color: 3938354.

HSL color Cylindrical-coordinate representation of color #32183C: hue angle of 283.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32183C is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB502460-
CMYK0.170.6000.76
HSL283.33º42.86%16.47%-
HSV(B)283.33º60%23.53%-
XYZ2.461.664.47-
YUV35.88141.61138.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=37.31%
G=17.91%
B=44.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5024600.170.6000.76283.3342.8616.47
Hex32183C113C04C11b2b10
Octal623074217401144335320
Binary11001011000111100100011111000100110010001101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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