#31251B

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

Shades of Cocoa Brown #31251B

Tints of Cocoa Brown #31251B

Color information

#31251B (or 0x31251B) is unknown color: approx Cocoa Brown. HEX triplet: 31, 25 and 1B. RGB value is (49,37,27). Sum of RGB (Red+Green+Blue) = 49+37+27=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #31251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251B is #CEDAE4. Grayscale: #272727. Windows color (decimal): -13556453 or 1778993. OLE color: 1778993.

HSL color Cylindrical-coordinate representation of color #31251B: hue angle of 27.27º 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 #31251B is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB493727-
CMYK00.240.450.81
HSL27.27º28.95%14.9%-
HSV(B)27.27º44.9%19.22%-
XYZ2.132.061.32-
YUV39.45120.98134.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=43.36%
G=32.74%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49372700.240.450.8127.2728.9514.9
Hex31251B0182D511b1df
Octal61453303055121333517
Binary11000110010111011011000101101101000111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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