#34312B

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

Shades of Creole #34312B

Tints of Creole #34312B

Color information

#34312B (or 0x34312B) is unknown color: approx Creole. HEX triplet: 34, 31 and 2B. RGB value is (52,49,43). Sum of RGB (Red+Green+Blue) = 52+49+43=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #34312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34312B is #CBCED4. Grayscale: #313131. Windows color (decimal): -13356757 or 2830644. OLE color: 2830644.

HSL color Cylindrical-coordinate representation of color #34312B: hue angle of 40º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #34312B is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB524943-
CMYK00.060.170.80
HSL40º9.47%18.63%-
HSV(B)40º17.31%20.39%-
XYZ2.953.12.73-
YUV49.21124.49129.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=36.11%
G=34.03%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52494300.060.170.80409.4718.63
Hex34312B06115028913
Octal6461530621120501123
Binary1101001100011010110110100011010000101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34312B; }

 p { color: rgb(52,49,43); }

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

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

 a { background-color: rgb(52,49,43); }

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

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

 span { border-color: rgb(52,49,43); }

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