#353129

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

Shades of Creole #353129

Tints of Creole #353129

Color information

#353129 (or 0x353129) is unknown color: approx Creole. HEX triplet: 35, 31 and 29. RGB value is (53,49,41). Sum of RGB (Red+Green+Blue) = 53+49+41=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #353129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353129 is #CACED6. Grayscale: #313131. Windows color (decimal): -13291223 or 2699573. OLE color: 2699573.

HSL color Cylindrical-coordinate representation of color #353129: hue angle of 40º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #353129 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB534941-
CMYK00.080.230.79
HSL40º12.77%18.43%-
HSV(B)40º22.64%20.78%-
XYZ2.973.112.54-
YUV49.28123.33130.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=37.06%
G=34.27%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53494100.080.230.794012.7718.43
Hex35312908174F28d12
Octal65615101027117501522
Binary11010111000110100101000101111001111101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353129; }

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

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

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

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

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

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

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

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