Html Css Color HEX #342A1F Black Magic

📋 copy color: '#342A1F'

red 52 ◦ green 42 ◦ blue 31

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

Shades of Black Magic #342A1F

Tints of Black Magic #342A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.6%

 BLUE value IS 31 (12.5% from 255) = 24.8%

R = 41.6%
G = 33.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#342A1F (or 0x342A1F) is known color: Black Magic. HEX triplet: 34, 2A and 1F. RGB value is (52,42,31). Sum of RGB (Red+Green+Blue) = 52+42+31=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #342A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A1F is #CBD5E0. Grayscale: #2B2B2B. Windows color (decimal): -13358561 or 2042420. OLE color: 2042420.

HSL color Cylindrical-coordinate representation of color #342A1F: hue angle of 31.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #342A1F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 42 31 -
CMYK 0 0.19 0.40 0.80
HSL 31.43º 0.25% 0.16% -
HSV(B) 31.43º 0.4% 0.2% -
XYZ 2.49 2.48 1.64 -
YUV 43.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 52 42 31 0 0.19 0.40 0.80 31.43 0.25 0.16
Hex 34 2A 1F 0 13 28 50 1F 19 10
Octal 64 52 37 0 23 50 120 37 31 20
Binary 110100 101010 11111 0 10011 101000 1010000 11111 11001 10000

Color Harmonies of #342A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A1F

Black with #342A1F

Text Example


Text Example

White with #342A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,42,31); }

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

background-color css

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

 a { background-color: rgb(52,42,31); }

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

border-color css

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

 span { border-color: rgb(52,42,31); }

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