#332238

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

Shades of Blackcurrant #332238

Tints of Blackcurrant #332238

Color information

#332238 (or 0x332238) is unknown color: approx Blackcurrant. HEX triplet: 33, 22 and 38. RGB value is (51,34,56). Sum of RGB (Red+Green+Blue) = 51+34+56=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #332238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332238 is #CCDDC7. Grayscale: #292929. Windows color (decimal): -13426120 or 3678771. OLE color: 3678771.

HSL color Cylindrical-coordinate representation of color #332238: hue angle of 286.36º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #332238 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB513456-
CMYK0.090.3900.78
HSL286.36º24.44%17.65%-
HSV(B)286.36º39.29%21.96%-
XYZ2.652.134.01-
YUV41.59136.13134.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=36.17%
G=24.11%
B=39.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5134560.090.3900.78286.3624.4417.65
Hex33223892704E11e1812
Octal634270114701164363022
Binary1100111000101110001001100111010011101000111101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332238; }

 p { color: rgb(51,34,56); }

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

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

 a { background-color: rgb(51,34,56); }

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

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

 span { border-color: rgb(51,34,56); }

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