#3B3429

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

Shades of Creole #3B3429

Tints of Creole #3B3429

Color information

#3B3429 (or 0x3B3429) is unknown color: approx Creole. HEX triplet: 3B, 34 and 29. RGB value is (59,52,41). Sum of RGB (Red+Green+Blue) = 59+52+41=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3429 is #C4CBD6. Grayscale: #343434. Windows color (decimal): -12897239 or 2700347. OLE color: 2700347.

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

Color convert

RGB595241-
CMYK00.120.310.77
HSL36.67º18%19.61%-
HSV(B)36.67º30.51%23.14%-
XYZ3.433.552.6-
YUV52.84121.32132.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=38.82%
G=34.21%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59524100.120.310.7736.671819.61
Hex3B34290C1F4D251214
Octal73645101437115452224
Binary111011110100101001011001111110011011001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,41); }

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

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

 a { background-color: rgb(59,52,41); }

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

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

 span { border-color: rgb(59,52,41); }

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