#352F26

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

Shades of Creole #352F26

Tints of Creole #352F26

Color information

#352F26 (or 0x352F26) is unknown color: approx Creole. HEX triplet: 35, 2F and 26. RGB value is (53,47,38). Sum of RGB (Red+Green+Blue) = 53+47+38=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F26 is #CAD0D9. Grayscale: #2F2F2F. Windows color (decimal): -13291738 or 2502453. OLE color: 2502453.

HSL color Cylindrical-coordinate representation of color #352F26: hue angle of 36º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352F26 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB534738-
CMYK00.110.280.79
HSL36º16.48%17.84%-
HSV(B)36º28.3%20.78%-
XYZ2.832.932.25-
YUV47.77122.49131.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=38.41%
G=34.06%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53473800.110.280.793616.4817.84
Hex352F260B1C4F241012
Octal65574601334117442022
Binary110101101111100110010111110010011111001001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352F26; }

 p { color: rgb(53,47,38); }

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

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

 a { background-color: rgb(53,47,38); }

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

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

 span { border-color: rgb(53,47,38); }

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