#332938

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

Shades of Blackcurrant #332938

Tints of Blackcurrant #332938

Color information

#332938 (or 0x332938) is unknown color: approx Blackcurrant. HEX triplet: 33, 29 and 38. RGB value is (51,41,56). Sum of RGB (Red+Green+Blue) = 51+41+56=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #332938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332938 is #CCD6C7. Grayscale: #2D2D2D. Windows color (decimal): -13424328 or 3680563. OLE color: 3680563.

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

Color convert

RGB514156-
CMYK0.090.2700.78
HSL280º15.46%19.02%-
HSV(B)280º26.79%21.96%-
XYZ2.872.584.09-
YUV45.7133.81131.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.46%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=34.46%
G=27.70%
B=37.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5141560.090.2700.7828015.4619.02
Hex33293891B04E118f13
Octal635170113301164301723
Binary11001110100111100010011101101001110100011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332938; }

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

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

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

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

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

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

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

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