Html Css Color HEX #362500 Black Magic

📋 copy color: '#362500'

red 54 ◦ green 37 ◦ blue 0

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

Shades of Black Magic #362500

Tints of Black Magic #362500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.34%
G = 40.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#362500 (or 0x362500) is known color: Black Magic. HEX triplet: 36, 25 and 00. RGB value is (54,37,0). Sum of RGB (Red+Green+Blue) = 54+37+0=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #362500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362500 is #C9DAFF. Grayscale: #262626. Windows color (decimal): -13228800 or 9526. OLE color: 9526.

HSL color Cylindrical-coordinate representation of color #362500: hue angle of 41.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #362500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 37 0 -
CMYK 0 0.31 1 0.79
HSL 41.11º 1% 0.11% -
HSV(B) 41.11º 1% 0.21% -
XYZ 2.18 2.11 0.29 -
YUV 37.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 54 37 0 0 0.31 1 0.79 41.11 1 0.11
Hex 36 25 0 0 1F 64 4F 29 64 B
Octal 66 45 0 0 37 144 117 51 144 13
Binary 110110 100101 0 0 11111 1100100 1001111 101001 1100100 1011

Color Harmonies of #362500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362500

Black with #362500

Text Example


Text Example

White with #362500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362500; }

 p { color: rgb(54,37,0); }

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

background-color css

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

 a { background-color: rgb(54,37,0); }

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

border-color css

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

 span { border-color: rgb(54,37,0); }

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