Html Css Color HEX #34290E Black Magic

📋 copy color: '#34290E'

red 52 ◦ green 41 ◦ blue 14

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

Shades of Black Magic #34290E

Tints of Black Magic #34290E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.08%

R = 48.6%
G = 38.32%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#34290E (or 0x34290E) is known color: Black Magic. HEX triplet: 34, 29 and 0E. RGB value is (52,41,14). Sum of RGB (Red+Green+Blue) = 52+41+14=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #34290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34290E is #CBD6F1. Grayscale: #292929. Windows color (decimal): -13358834 or 928052. OLE color: 928052.

HSL color Cylindrical-coordinate representation of color #34290E: hue angle of 42.63º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34290E is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 41 14 -
CMYK 0 0.21 0.73 0.80
HSL 42.63º 0.58% 0.13% -
HSV(B) 42.63º 0.73% 0.2% -
XYZ 2.29 2.35 0.75 -
YUV 41.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 52 41 14 0 0.21 0.73 0.80 42.63 0.58 0.13
Hex 34 29 E 0 15 49 50 2B 3A D
Octal 64 51 16 0 25 111 120 53 72 15
Binary 110100 101001 1110 0 10101 1001001 1010000 101011 111010 1101

Color Harmonies of #34290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34290E

Black with #34290E

Text Example


Text Example

White with #34290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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