#32233D

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

Shades of Blackcurrant #32233D

Tints of Blackcurrant #32233D

Color information

#32233D (or 0x32233D) is unknown color: approx Blackcurrant. HEX triplet: 32, 23 and 3D. RGB value is (50,35,61). Sum of RGB (Red+Green+Blue) = 50+35+61=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #32233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32233D is #CDDCC2. Grayscale: #2A2A2A. Windows color (decimal): -13491395 or 4006706. OLE color: 4006706.

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

Color convert

RGB503561-
CMYK0.180.4300.76
HSL274.62º27.08%18.82%-
HSV(B)274.62º42.62%23.92%-
XYZ2.762.224.7-
YUV42.45138.47133.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=34.25%
G=23.97%
B=41.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5035610.180.4300.76274.6227.0818.82
Hex32233D122B04C1131b13
Octal624375225301144233323
Binary11001010001111110110010101011010011001000100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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