#332E36

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

Shades of Blackcurrant #332E36

Tints of Blackcurrant #332E36

Color information

#332E36 (or 0x332E36) is unknown color: approx Blackcurrant. HEX triplet: 33, 2E and 36. RGB value is (51,46,54). Sum of RGB (Red+Green+Blue) = 51+46+54=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 54 - color contains mainly: blue. Hex color #332E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E36 is #CCD1C9. Grayscale: #303030. Windows color (decimal): -13423050 or 3550771. OLE color: 3550771.

HSL color Cylindrical-coordinate representation of color #332E36: hue angle of 277.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #332E36 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB514654-
CMYK0.060.1500.79
HSL277.5º8%19.61%-
HSV(B)277.5º14.81%21.18%-
XYZ3.012.923.9-
YUV48.41131.16129.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=33.77%
G=30.46%
B=35.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5146540.060.1500.79277.5819.61
Hex332E366F04F116814
Octal63566661701174261024
Binary110011101110110110110111101001111100010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,46,54); }

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

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

 a { background-color: rgb(51,46,54); }

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

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

 span { border-color: rgb(51,46,54); }

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