Html Css Color HEX #36290F Black Magic

📋 copy color: '#36290F'

red 54 ◦ green 41 ◦ blue 15

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

Shades of Black Magic #36290F

Tints of Black Magic #36290F

RGB

 RED value IS 54 (21.48% from 255) = 49.09%

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

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 49.09%
G = 37.27%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#36290F (or 0x36290F) is known color: Black Magic. HEX triplet: 36, 29 and 0F. RGB value is (54,41,15). Sum of RGB (Red+Green+Blue) = 54+41+15=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #36290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36290F is #C9D6F0. Grayscale: #2A2A2A. Windows color (decimal): -13227761 or 993590. OLE color: 993590.

HSL color Cylindrical-coordinate representation of color #36290F: hue angle of 40º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36290F is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 41 15 -
CMYK 0 0.24 0.72 0.79
HSL 40º 0.57% 0.14% -
HSV(B) 40º 0.72% 0.21% -
XYZ 2.4 2.4 0.79 -
YUV 41.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 54 41 15 0 0.24 0.72 0.79 40 0.57 0.14
Hex 36 29 F 0 18 48 4F 28 39 E
Octal 66 51 17 0 30 110 117 50 71 16
Binary 110110 101001 1111 0 11000 1001000 1001111 101000 111001 1110

Color Harmonies of #36290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36290F

Black with #36290F

Text Example


Text Example

White with #36290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36290F; }

 p { color: rgb(54,41,15); }

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

background-color css

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

 a { background-color: rgb(54,41,15); }

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

border-color css

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

 span { border-color: rgb(54,41,15); }

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