Html Css Color HEX #342B15 Black Magic

📋 copy color: '#342B15'

red 52 ◦ green 43 ◦ blue 21

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

Shades of Black Magic #342B15

Tints of Black Magic #342B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 44.83%
G = 37.07%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#342B15 (or 0x342B15) is known color: Black Magic. HEX triplet: 34, 2B and 15. RGB value is (52,43,21). Sum of RGB (Red+Green+Blue) = 52+43+21=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #342B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B15 is #CBD4EA. Grayscale: #2B2B2B. Windows color (decimal): -13358315 or 1387316. OLE color: 1387316.

HSL color Cylindrical-coordinate representation of color #342B15: hue angle of 42.58º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342B15 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 43 21 -
CMYK 0 0.17 0.60 0.80
HSL 42.58º 0.42% 0.14% -
HSV(B) 42.58º 0.6% 0.2% -
XYZ 2.42 2.51 1.07 -
YUV 43.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 52 43 21 0 0.17 0.60 0.80 42.58 0.42 0.14
Hex 34 2B 15 0 11 3C 50 2B 2A E
Octal 64 53 25 0 21 74 120 53 52 16
Binary 110100 101011 10101 0 10001 111100 1010000 101011 101010 1110

Color Harmonies of #342B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342B15

Black with #342B15

Text Example


Text Example

White with #342B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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