Html Css Color HEX #342712 Black Magic

📋 copy color: '#342712'

red 52 ◦ green 39 ◦ blue 18

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

Shades of Black Magic #342712

Tints of Black Magic #342712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.78%

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

R = 47.71%
G = 35.78%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#342712 (or 0x342712) is known color: Black Magic. HEX triplet: 34, 27 and 12. RGB value is (52,39,18). Sum of RGB (Red+Green+Blue) = 52+39+18=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #342712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342712 is #CBD8ED. Grayscale: #282828. Windows color (decimal): -13359342 or 1189684. OLE color: 1189684.

HSL color Cylindrical-coordinate representation of color #342712: hue angle of 37.06º 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 #342712 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 39 18 -
CMYK 0 0.25 0.65 0.80
HSL 37.06º 0.49% 0.14% -
HSV(B) 37.06º 0.65% 0.2% -
XYZ 2.25 2.22 0.88 -
YUV 40.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 52 39 18 0 0.25 0.65 0.80 37.06 0.49 0.14
Hex 34 27 12 0 19 41 50 25 31 E
Octal 64 47 22 0 31 101 120 45 61 16
Binary 110100 100111 10010 0 11001 1000001 1010000 100101 110001 1110

Color Harmonies of #342712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342712

Black with #342712

Text Example


Text Example

White with #342712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342712; }

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

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

background-color css

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

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

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

border-color css

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

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

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