#323033

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

Shades of Blackcurrant #323033

Tints of Blackcurrant #323033

Color information

#323033 (or 0x323033) is unknown color: approx Blackcurrant. HEX triplet: 32, 30 and 33. RGB value is (50,48,51). Sum of RGB (Red+Green+Blue) = 50+48+51=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 51 - color contains mainly: blue. Hex color #323033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323033 is #CDCFCC. Grayscale: #303030. Windows color (decimal): -13488077 or 3354674. OLE color: 3354674.

HSL color Cylindrical-coordinate representation of color #323033: hue angle of 280º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #323033 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB504851-
CMYK0.020.0600.8
HSL280º3.03%19.41%-
HSV(B)280º5.88%20%-
XYZ2.973.033.56-
YUV48.94129.16128.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 51 (20.31% from 255) = 34.23%
R=33.56%
G=32.21%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5048510.020.0600.82803.0319.41
Hex32303326050118313
Octal626063260120430323
Binary11001011000011001110110010100001000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323033; }

 p { color: rgb(50,48,51); }

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

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

 a { background-color: rgb(50,48,51); }

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

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

 span { border-color: rgb(50,48,51); }

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