#343029

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

Shades of Creole #343029

Tints of Creole #343029

Color information

#343029 (or 0x343029) is unknown color: approx Creole. HEX triplet: 34, 30 and 29. RGB value is (52,48,41). Sum of RGB (Red+Green+Blue) = 52+48+41=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #343029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343029 is #CBCFD6. Grayscale: #303030. Windows color (decimal): -13357015 or 2699316. OLE color: 2699316.

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

Color convert

RGB524841-
CMYK00.080.210.80
HSL38.18º11.83%18.24%-
HSV(B)38.18º21.15%20.39%-
XYZ2.8732.53-
YUV48.4123.83130.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=36.88%
G=34.04%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52484100.080.210.8038.1811.8318.24
Hex34302908155026c12
Octal64605101025120461422
Binary11010011000010100101000101011010000100110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343029; }

 p { color: rgb(52,48,41); }

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

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

 a { background-color: rgb(52,48,41); }

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

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

 span { border-color: rgb(52,48,41); }

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