Html Css Color HEX #342B21 Black Magic

📋 copy color: '#342B21'

red 52 ◦ green 43 ◦ blue 33

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

Shades of Black Magic #342B21

Tints of Black Magic #342B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.59%

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

R = 40.63%
G = 33.59%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#342B21 (or 0x342B21) is known color: Black Magic. HEX triplet: 34, 2B and 21. RGB value is (52,43,33). Sum of RGB (Red+Green+Blue) = 52+43+33=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B21 is #CBD4DE. Grayscale: #2C2C2C. Windows color (decimal): -13358303 or 2173748. OLE color: 2173748.

HSL color Cylindrical-coordinate representation of color #342B21: hue angle of 31.58º 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 #342B21 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 43 33 -
CMYK 0 0.17 0.37 0.80
HSL 31.58º 0.22% 0.17% -
HSV(B) 31.58º 0.37% 0.2% -
XYZ 2.55 2.57 1.8 -
YUV 44.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 52 43 33 0 0.17 0.37 0.80 31.58 0.22 0.17
Hex 34 2B 21 0 11 25 50 20 16 11
Octal 64 53 41 0 21 45 120 40 26 21
Binary 110100 101011 100001 0 10001 100101 1010000 100000 10110 10001

Color Harmonies of #342B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B21

Black with #342B21

Text Example


Text Example

White with #342B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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