#332C38

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

Shades of Blackcurrant #332C38

Tints of Blackcurrant #332C38

Color information

#332C38 (or 0x332C38) is unknown color: approx Blackcurrant. HEX triplet: 33, 2C and 38. RGB value is (51,44,56). Sum of RGB (Red+Green+Blue) = 51+44+56=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 56 - color contains mainly: blue. Hex color #332C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C38 is #CCD3C7. Grayscale: #2F2F2F. Windows color (decimal): -13423560 or 3681331. OLE color: 3681331.

HSL color Cylindrical-coordinate representation of color #332C38: hue angle of 275º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #332C38 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB514456-
CMYK0.090.2100.78
HSL275º12%19.61%-
HSV(B)275º21.43%21.96%-
XYZ2.982.794.12-
YUV47.46132.82130.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 56 (22.27% from 255) = 37.09%
R=33.77%
G=29.14%
B=37.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5144560.090.2100.782751219.61
Hex332C3891504E113c14
Octal635470112501164231424
Binary11001110110011100010011010101001110100010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332C38; }

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

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

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

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

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

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

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

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