#342F27

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

Shades of Creole #342F27

Tints of Creole #342F27

Color information

#342F27 (or 0x342F27) is unknown color: approx Creole. HEX triplet: 34, 2F and 27. RGB value is (52,47,39). Sum of RGB (Red+Green+Blue) = 52+47+39=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #342F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F27 is #CBD0D8. Grayscale: #2F2F2F. Windows color (decimal): -13357273 or 2567988. OLE color: 2567988.

HSL color Cylindrical-coordinate representation of color #342F27: hue angle of 36.92º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #342F27 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB524739-
CMYK00.100.250.80
HSL36.92º14.29%17.84%-
HSV(B)36.92º25%20.39%-
XYZ2.82.912.33-
YUV47.58123.16131.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=37.68%
G=34.06%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52473900.100.250.8036.9214.2917.84
Hex342F270A195025e12
Octal64574701231120451622
Binary11010010111110011101010110011010000100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F27; }

 p { color: rgb(52,47,39); }

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

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

 a { background-color: rgb(52,47,39); }

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

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

 span { border-color: rgb(52,47,39); }

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