Html Css Color HEX #372A02 Black Magic

📋 copy color: '#372A02'

red 55 ◦ green 42 ◦ blue 2

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

Shades of Black Magic #372A02

Tints of Black Magic #372A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.02%

R = 55.56%
G = 42.42%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#372A02 (or 0x372A02) is known color: Black Magic. HEX triplet: 37, 2A and 02. RGB value is (55,42,2). Sum of RGB (Red+Green+Blue) = 55+42+2=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #372A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A02 is #C8D5FD. Grayscale: #292929. Windows color (decimal): -13161982 or 141879. OLE color: 141879.

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

Color convert

RGB 55 42 2 -
CMYK 0 0.24 0.96 0.78
HSL 45.28º 0.93% 0.11% -
HSV(B) 45.28º 0.96% 0.22% -
XYZ 2.41 2.47 0.41 -
YUV 41.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 55 42 2 0 0.24 0.96 0.78 45.28 0.93 0.11
Hex 37 2A 2 0 18 60 4E 2D 5D B
Octal 67 52 2 0 30 140 116 55 135 13
Binary 110111 101010 10 0 11000 1100000 1001110 101101 1011101 1011

Color Harmonies of #372A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A02

Black with #372A02

Text Example


Text Example

White with #372A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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