Html Css Color HEX #372A03 Black Magic

📋 copy color: '#372A03'

red 55 ◦ green 42 ◦ blue 3

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

Shades of Black Magic #372A03

Tints of Black Magic #372A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3%

R = 55%
G = 42%
B = 3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#372A03 (or 0x372A03) is known color: Black Magic. HEX triplet: 37, 2A and 03. RGB value is (55,42,3). Sum of RGB (Red+Green+Blue) = 55+42+3=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #372A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A03 is #C8D5FC. Grayscale: #292929. Windows color (decimal): -13161981 or 207415. OLE color: 207415.

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

Color convert

RGB 55 42 3 -
CMYK 0 0.24 0.95 0.78
HSL 45º 0.9% 0.11% -
HSV(B) 45º 0.95% 0.22% -
XYZ 2.42 2.47 0.44 -
YUV 41.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 55 42 3 0 0.24 0.95 0.78 45 0.9 0.11
Hex 37 2A 3 0 18 5F 4E 2D 5A B
Octal 67 52 3 0 30 137 116 55 132 13
Binary 110111 101010 11 0 11000 1011111 1001110 101101 1011010 1011

Color Harmonies of #372A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A03

Black with #372A03

Text Example


Text Example

White with #372A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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