#363129

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

Shades of Creole #363129

Tints of Creole #363129

Color information

#363129 (or 0x363129) is unknown color: approx Creole. HEX triplet: 36, 31 and 29. RGB value is (54,49,41). Sum of RGB (Red+Green+Blue) = 54+49+41=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #363129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363129 is #C9CED6. Grayscale: #313131. Windows color (decimal): -13225687 or 2699574. OLE color: 2699574.

HSL color Cylindrical-coordinate representation of color #363129: hue angle of 36.92º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363129 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB544941-
CMYK00.090.240.79
HSL36.92º13.68%18.63%-
HSV(B)36.92º24.07%21.18%-
XYZ3.023.142.54-
YUV49.58123.16131.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=37.5%
G=34.03%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54494100.090.240.7936.9213.6818.63
Hex36312909184F25e13
Octal66615101130117451623
Binary11011011000110100101001110001001111100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363129; }

 p { color: rgb(54,49,41); }

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

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

 a { background-color: rgb(54,49,41); }

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

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

 span { border-color: rgb(54,49,41); }

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