Html Css Color HEX #372A05 Black Magic

📋 copy color: '#372A05'

red 55 ◦ green 42 ◦ blue 5

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

Shades of Black Magic #372A05

Tints of Black Magic #372A05

RGB

 RED value IS 55 (21.88% from 255) = 53.92%

 GREEN value IS 42 (16.8% from 255) = 41.18%

 BLUE value IS 5 (2.34% from 255) = 4.9%

R = 53.92%
G = 41.18%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#372A05 (or 0x372A05) is known color: Black Magic. HEX triplet: 37, 2A and 05. RGB value is (55,42,5). Sum of RGB (Red+Green+Blue) = 55+42+5=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #372A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A05 is #C8D5FA. Grayscale: #292929. Windows color (decimal): -13161979 or 338487. OLE color: 338487.

HSL color Cylindrical-coordinate representation of color #372A05: hue angle of 44.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #372A05 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 42 5 -
CMYK 0 0.24 0.91 0.78
HSL 44.4º 0.83% 0.12% -
HSV(B) 44.4º 0.91% 0.22% -
XYZ 2.43 2.48 0.49 -
YUV 41.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 55 42 5 0 0.24 0.91 0.78 44.4 0.83 0.12
Hex 37 2A 5 0 18 5B 4E 2C 53 C
Octal 67 52 5 0 30 133 116 54 123 14
Binary 110111 101010 101 0 11000 1011011 1001110 101100 1010011 1100

Color Harmonies of #372A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A05

Black with #372A05

Text Example


Text Example

White with #372A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372A05; }

 p { color: rgb(55,42,5); }

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

background-color css

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

 a { background-color: rgb(55,42,5); }

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

border-color css

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

 span { border-color: rgb(55,42,5); }

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