#3B322A

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

Shades of Cola #3B322A

Tints of Cola #3B322A

Color information

#3B322A (or 0x3B322A) is unknown color: approx Cola. HEX triplet: 3B, 32 and 2A. RGB value is (59,50,42). Sum of RGB (Red+Green+Blue) = 59+50+42=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B322A is #C4CDD5. Grayscale: #333333. Windows color (decimal): -12897750 or 2765371. OLE color: 2765371.

HSL color Cylindrical-coordinate representation of color #3B322A: hue angle of 28.24º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B322A is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB595042-
CMYK00.150.290.77
HSL28.24º16.83%19.8%-
HSV(B)28.24º28.81%23.14%-
XYZ3.363.382.67-
YUV51.78122.48133.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.07%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=39.07%
G=33.11%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59504200.150.290.7728.2416.8319.8
Hex3B322A0F1D4D1c1114
Octal73625201735115342124
Binary11101111001010101001111111011001101111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B322A; }

 p { color: rgb(59,50,42); }

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

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

 a { background-color: rgb(59,50,42); }

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

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

 span { border-color: rgb(59,50,42); }

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