#3B362E

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

Shades of Creole #3B362E

Tints of Creole #3B362E

Color information

#3B362E (or 0x3B362E) is unknown color: approx Creole. HEX triplet: 3B, 36 and 2E. RGB value is (59,54,46). Sum of RGB (Red+Green+Blue) = 59+54+46=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B362E is #C4C9D1. Grayscale: #363636. Windows color (decimal): -12896722 or 3028539. OLE color: 3028539.

HSL color Cylindrical-coordinate representation of color #3B362E: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B362E is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB595446-
CMYK00.080.220.77
HSL36.92º12.38%20.59%-
HSV(B)36.92º22.03%23.14%-
XYZ3.623.773.12-
YUV54.58123.16131.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=37.11%
G=33.96%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59544600.080.220.7736.9212.3820.59
Hex3B362E08164D25c15
Octal73665601026115451425
Binary11101111011010111001000101101001101100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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