Html Css Color HEX #362504 Black Magic

📋 copy color: '#362504'

red 54 ◦ green 37 ◦ blue 4

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

Shades of Black Magic #362504

Tints of Black Magic #362504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.21%

R = 56.84%
G = 38.95%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#362504 (or 0x362504) is known color: Black Magic. HEX triplet: 36, 25 and 04. RGB value is (54,37,4). Sum of RGB (Red+Green+Blue) = 54+37+4=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #362504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362504 is #C9DAFB. Grayscale: #262626. Windows color (decimal): -13228796 or 271670. OLE color: 271670.

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

Color convert

RGB 54 37 4 -
CMYK 0 0.31 0.93 0.79
HSL 39.6º 0.86% 0.11% -
HSV(B) 39.6º 0.93% 0.21% -
XYZ 2.2 2.12 0.41 -
YUV 38.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 54 37 4 0 0.31 0.93 0.79 39.6 0.86 0.11
Hex 36 25 4 0 1F 5D 4F 28 56 B
Octal 66 45 4 0 37 135 117 50 126 13
Binary 110110 100101 100 0 11111 1011101 1001111 101000 1010110 1011

Color Harmonies of #362504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362504

Black with #362504

Text Example


Text Example

White with #362504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362504; }

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

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

background-color css

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

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

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

border-color css

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

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

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