#3B3124

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

Shades of Creole #3B3124

Tints of Creole #3B3124

Color information

#3B3124 (or 0x3B3124) is unknown color: approx Creole. HEX triplet: 3B, 31 and 24. RGB value is (59,49,36). Sum of RGB (Red+Green+Blue) = 59+49+36=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3124 is #C4CEDB. Grayscale: #323232. Windows color (decimal): -12898012 or 2371899. OLE color: 2371899.

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

Color convert

RGB594936-
CMYK00.170.390.77
HSL33.91º24.21%18.63%-
HSV(B)33.91º38.98%23.14%-
XYZ3.223.252.13-
YUV50.51119.81134.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.97%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 36 (14.45% from 255) = 25%
R=40.97%
G=34.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59493600.170.390.7733.9124.2118.63
Hex3B3124011274D221813
Octal73614402147115423023
Binary11101111000110010001000110011110011011000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,36); }

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

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

 a { background-color: rgb(59,49,36); }

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

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

 span { border-color: rgb(59,49,36); }

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