Html Css Color HEX #372702 Black Magic

📋 copy color: '#372702'

red 55 ◦ green 39 ◦ blue 2

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

Shades of Black Magic #372702

Tints of Black Magic #372702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 40.63%

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

R = 57.29%
G = 40.63%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#372702 (or 0x372702) is known color: Black Magic. HEX triplet: 37, 27 and 02. RGB value is (55,39,2). Sum of RGB (Red+Green+Blue) = 55+39+2=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #372702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372702 is #C8D8FD. Grayscale: #272727. Windows color (decimal): -13162750 or 141111. OLE color: 141111.

HSL color Cylindrical-coordinate representation of color #372702: hue angle of 41.89º 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 #372702 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 39 2 -
CMYK 0 0.29 0.96 0.78
HSL 41.89º 0.93% 0.11% -
HSV(B) 41.89º 0.96% 0.22% -
XYZ 2.31 2.27 0.37 -
YUV 39.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 55 39 2 0 0.29 0.96 0.78 41.89 0.93 0.11
Hex 37 27 2 0 1D 60 4E 2A 5D B
Octal 67 47 2 0 35 140 116 52 135 13
Binary 110111 100111 10 0 11101 1100000 1001110 101010 1011101 1011

Color Harmonies of #372702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372702

Black with #372702

Text Example


Text Example

White with #372702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372702; }

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

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

background-color css

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

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

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

border-color css

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

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

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