#332F35

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

Shades of Blackcurrant #332F35

Tints of Blackcurrant #332F35

Color information

#332F35 (or 0x332F35) is unknown color: approx Blackcurrant. HEX triplet: 33, 2F and 35. RGB value is (51,47,53). Sum of RGB (Red+Green+Blue) = 51+47+53=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 53 - color contains mainly: blue. Hex color #332F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F35 is #CCD0CA. Grayscale: #303030. Windows color (decimal): -13422795 or 3485491. OLE color: 3485491.

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

Color convert

RGB514753-
CMYK0.040.1100.79
HSL280º6%19.61%-
HSV(B)280º11.32%20.78%-
XYZ3.022.993.79-
YUV48.88130.33129.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=33.77%
G=31.13%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5147530.040.1100.79280619.61
Hex332F354B04F118614
Octal6357654130117430624
Binary11001110111111010110010110100111110001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,47,53); }

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

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

 a { background-color: rgb(51,47,53); }

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

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

 span { border-color: rgb(51,47,53); }

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