Html Css Color HEX #362913 Black Magic

📋 copy color: '#362913'

red 54 ◦ green 41 ◦ blue 19

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

Shades of Black Magic #362913

Tints of Black Magic #362913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 47.37%
G = 35.96%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#362913 (or 0x362913) is known color: Black Magic. HEX triplet: 36, 29 and 13. RGB value is (54,41,19). Sum of RGB (Red+Green+Blue) = 54+41+19=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362913 is #C9D6EC. Grayscale: #2A2A2A. Windows color (decimal): -13227757 or 1255734. OLE color: 1255734.

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

Color convert

RGB 54 41 19 -
CMYK 0 0.24 0.65 0.79
HSL 37.71º 0.48% 0.14% -
HSV(B) 37.71º 0.65% 0.21% -
XYZ 2.43 2.42 0.95 -
YUV 42.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 54 41 19 0 0.24 0.65 0.79 37.71 0.48 0.14
Hex 36 29 13 0 18 41 4F 26 30 E
Octal 66 51 23 0 30 101 117 46 60 16
Binary 110110 101001 10011 0 11000 1000001 1001111 100110 110000 1110

Color Harmonies of #362913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362913

Black with #362913

Text Example


Text Example

White with #362913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362913; }

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

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

background-color css

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

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

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

border-color css

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

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

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