Html Css Color HEX #342912 Black Magic

📋 copy color: '#342912'

red 52 ◦ green 41 ◦ blue 18

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

Shades of Black Magic #342912

Tints of Black Magic #342912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.94%

 BLUE value IS 18 (7.42% from 255) = 16.22%

R = 46.85%
G = 36.94%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#342912 (or 0x342912) is known color: Black Magic. HEX triplet: 34, 29 and 12. RGB value is (52,41,18). Sum of RGB (Red+Green+Blue) = 52+41+18=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #342912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342912 is #CBD6ED. Grayscale: #292929. Windows color (decimal): -13358830 or 1190196. OLE color: 1190196.

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

Color convert

RGB 52 41 18 -
CMYK 0 0.21 0.65 0.80
HSL 40.59º 0.49% 0.14% -
HSV(B) 40.59º 0.65% 0.2% -
XYZ 2.32 2.36 0.91 -
YUV 41.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 52 41 18 0 0.21 0.65 0.80 40.59 0.49 0.14
Hex 34 29 12 0 15 41 50 29 31 E
Octal 64 51 22 0 25 101 120 51 61 16
Binary 110100 101001 10010 0 10101 1000001 1010000 101001 110001 1110

Color Harmonies of #342912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342912

Black with #342912

Text Example


Text Example

White with #342912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342912; }

 p { color: rgb(52,41,18); }

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

background-color css

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

 a { background-color: rgb(52,41,18); }

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

border-color css

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

 span { border-color: rgb(52,41,18); }

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