#31241B

Color #31241B Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #31241B

Tints of Cocoa Brown #31241B

Color information

#31241B (or 0x31241B) is unknown color: approx Cocoa Brown. HEX triplet: 31, 24 and 1B. RGB value is (49,36,27). Sum of RGB (Red+Green+Blue) = 49+36+27=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31241B is #CEDBE4. Grayscale: #262626. Windows color (decimal): -13556709 or 1778737. OLE color: 1778737.

HSL color Cylindrical-coordinate representation of color #31241B: hue angle of 24.55º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #31241B is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB493627-
CMYK00.270.450.81
HSL24.55º28.95%14.9%-
HSV(B)24.55º44.9%19.22%-
XYZ2.11.991.31-
YUV38.86121.31135.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=43.75%
G=32.14%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49362700.270.450.8124.5528.9514.9
Hex31241B01B2D51191df
Octal61443303355121313517
Binary11000110010011011011011101101101000111001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31241B; }

 p { color: rgb(49,36,27); }

 H1.HeaderClassName
 {
   color: #31241B;
 }
 .AnyTagClassName
 {
   color: #31241B;
 }
</style>
background-color css

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

 a { background-color: rgb(49,36,27); }

 div.DivClassName
 {
   background-color: #31241B;
 }
 .BgClassName
 {
   background-color: #31241B;
 }
</style>
border-color css

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

 span { border-color: rgb(49,36,27); }

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