Html Css Color HEX #37260A Black Magic

📋 copy color: '#37260A'

red 55 ◦ green 38 ◦ blue 10

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

Shades of Black Magic #37260A

Tints of Black Magic #37260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.89%

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

R = 53.4%
G = 36.89%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37260A (or 0x37260A) is known color: Black Magic. HEX triplet: 37, 26 and 0A. RGB value is (55,38,10). Sum of RGB (Red+Green+Blue) = 55+38+10=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37260A is #C8D9F5. Grayscale: #282828. Windows color (decimal): -13162998 or 665143. OLE color: 665143.

HSL color Cylindrical-coordinate representation of color #37260A: hue angle of 37.33º 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 #37260A is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 38 10 -
CMYK 0 0.31 0.82 0.78
HSL 37.33º 0.69% 0.13% -
HSV(B) 37.33º 0.82% 0.22% -
XYZ 2.32 2.22 0.59 -
YUV 39.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 55 38 10 0 0.31 0.82 0.78 37.33 0.69 0.13
Hex 37 26 A 0 1F 52 4E 25 45 D
Octal 67 46 12 0 37 122 116 45 105 15
Binary 110111 100110 1010 0 11111 1010010 1001110 100101 1000101 1101

Color Harmonies of #37260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37260A

Black with #37260A

Text Example


Text Example

White with #37260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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