Html Css Color HEX #342E21 Black Magic

📋 copy color: '#342E21'

red 52 ◦ green 46 ◦ blue 33

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

Shades of Black Magic #342E21

Tints of Black Magic #342E21

RGB

 RED value IS 52 (20.7% from 255) = 39.69%

 GREEN value IS 46 (18.36% from 255) = 35.11%

 BLUE value IS 33 (13.28% from 255) = 25.19%

R = 39.69%
G = 35.11%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#342E21 (or 0x342E21) is known color: Black Magic. HEX triplet: 34, 2E and 21. RGB value is (52,46,33). Sum of RGB (Red+Green+Blue) = 52+46+33=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #342E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E21 is #CBD1DE. Grayscale: #2E2E2E. Windows color (decimal): -13357535 or 2174516. OLE color: 2174516.

HSL color Cylindrical-coordinate representation of color #342E21: hue angle of 41.05º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342E21 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 46 33 -
CMYK 0 0.12 0.37 0.80
HSL 41.05º 0.22% 0.17% -
HSV(B) 41.05º 0.37% 0.2% -
XYZ 2.67 2.79 1.84 -
YUV 46.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 52 46 33 0 0.12 0.37 0.80 41.05 0.22 0.17
Hex 34 2E 21 0 C 25 50 29 16 11
Octal 64 56 41 0 14 45 120 51 26 21
Binary 110100 101110 100001 0 1100 100101 1010000 101001 10110 10001

Color Harmonies of #342E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E21

Black with #342E21

Text Example


Text Example

White with #342E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,46,33); }

 H1.HeaderClassName
 {
   color: #342E21;
 }
 .AnyTagClassName
 {
   color: #342E21;
 }
</style>

background-color css

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

 a { background-color: rgb(52,46,33); }

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

border-color css

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

 span { border-color: rgb(52,46,33); }

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