Html Css Color HEX #343029 Creole

📋 copy color: '#343029'

red 52 ◦ green 48 ◦ blue 41

#343029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Creole #343029

Tints of Creole #343029

RGB

 RED value IS 52 (20.7% 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 value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#343029 (or 0x343029) is known color: 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

RGB 52 48 41 -
CMYK 0 0.08 0.21 0.80
HSL 38.18º 0.12% 0.18% -
HSV(B) 38.18º 0.21% 0.2% -
XYZ 2.87 3 2.53 -
YUV 48.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 52 48 41 0 0.08 0.21 0.80 38.18 0.12 0.18
Hex 34 30 29 0 8 15 50 26 C 12
Octal 64 60 51 0 10 25 120 46 14 22
Binary 110100 110000 101001 0 1000 10101 1010000 100110 1100 10010

Color Harmonies of #343029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343029

Black with #343029

Text Example


Text Example

White with #343029

Text Example


Text Example

HTML Codes & Css Web 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>