Html Css Color HEX #342613 Black Magic

📋 copy color: '#342613'

red 52 ◦ green 38 ◦ blue 19

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

Shades of Black Magic #342613

Tints of Black Magic #342613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.86%

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 47.71%
G = 34.86%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#342613 (or 0x342613) is known color: Black Magic. HEX triplet: 34, 26 and 13. RGB value is (52,38,19). Sum of RGB (Red+Green+Blue) = 52+38+19=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #342613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342613 is #CBD9EC. Grayscale: #282828. Windows color (decimal): -13359597 or 1254964. OLE color: 1254964.

HSL color Cylindrical-coordinate representation of color #342613: hue angle of 34.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342613 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 38 19 -
CMYK 0 0.27 0.63 0.80
HSL 34.55º 0.46% 0.14% -
HSV(B) 34.55º 0.63% 0.2% -
XYZ 2.23 2.16 0.92 -
YUV 40.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 52 38 19 0 0.27 0.63 0.80 34.55 0.46 0.14
Hex 34 26 13 0 1B 3F 50 23 2E E
Octal 64 46 23 0 33 77 120 43 56 16
Binary 110100 100110 10011 0 11011 111111 1010000 100011 101110 1110

Color Harmonies of #342613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342613

Black with #342613

Text Example


Text Example

White with #342613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342613; }

 p { color: rgb(52,38,19); }

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

background-color css

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

 a { background-color: rgb(52,38,19); }

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

border-color css

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

 span { border-color: rgb(52,38,19); }

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