Html Css Color HEX #372505 Black Magic

📋 copy color: '#372505'

red 55 ◦ green 37 ◦ blue 5

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

Shades of Black Magic #372505

Tints of Black Magic #372505

RGB

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

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

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

R = 56.7%
G = 38.14%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#372505 (or 0x372505) is known color: Black Magic. HEX triplet: 37, 25 and 05. RGB value is (55,37,5). Sum of RGB (Red+Green+Blue) = 55+37+5=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #372505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372505 is #C8DAFA. Grayscale: #262626. Windows color (decimal): -13163259 or 337207. OLE color: 337207.

HSL color Cylindrical-coordinate representation of color #372505: hue angle of 38.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 #372505 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 37 5 -
CMYK 0 0.33 0.91 0.78
HSL 38.4º 0.83% 0.12% -
HSV(B) 38.4º 0.91% 0.22% -
XYZ 2.26 2.15 0.44 -
YUV 38.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 55 37 5 0 0.33 0.91 0.78 38.4 0.83 0.12
Hex 37 25 5 0 21 5B 4E 26 53 C
Octal 67 45 5 0 41 133 116 46 123 14
Binary 110111 100101 101 0 100001 1011011 1001110 100110 1010011 1100

Color Harmonies of #372505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372505

Black with #372505

Text Example


Text Example

White with #372505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372505; }

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

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

background-color css

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

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

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

border-color css

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

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

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