Html Css Color HEX #37270A Black Magic

📋 copy color: '#37270A'

red 55 ◦ green 39 ◦ blue 10

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

Shades of Black Magic #37270A

Tints of Black Magic #37270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 52.88%
G = 37.5%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37270A (or 0x37270A) is known color: Black Magic. HEX triplet: 37, 27 and 0A. RGB value is (55,39,10). Sum of RGB (Red+Green+Blue) = 55+39+10=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37270A is #C8D8F5. Grayscale: #282828. Windows color (decimal): -13162742 or 665399. OLE color: 665399.

HSL color Cylindrical-coordinate representation of color #37270A: hue angle of 38.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37270A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 39 10 -
CMYK 0 0.29 0.82 0.78
HSL 38.67º 0.69% 0.13% -
HSV(B) 38.67º 0.82% 0.22% -
XYZ 2.36 2.29 0.6 -
YUV 40.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 55 39 10 0 0.29 0.82 0.78 38.67 0.69 0.13
Hex 37 27 A 0 1D 52 4E 27 45 D
Octal 67 47 12 0 35 122 116 47 105 15
Binary 110111 100111 1010 0 11101 1010010 1001110 100111 1000101 1101

Color Harmonies of #37270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37270A

Black with #37270A

Text Example


Text Example

White with #37270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37270A; }

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

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

background-color css

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

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

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

border-color css

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

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

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