Html Css Color HEX #31281F Cocoa Brown

📋 copy color: '#31281F'

red 49 ◦ green 40 ◦ blue 31

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

Shades of Cocoa Brown #31281F

Tints of Cocoa Brown #31281F

RGB

 RED value IS 49 (19.53% from 255) = 40.83%

 GREEN value IS 40 (16.02% from 255) = 33.33%

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 40.83%
G = 33.33%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#31281F (or 0x31281F) is known color: Cocoa Brown. HEX triplet: 31, 28 and 1F. RGB value is (49,40,31). Sum of RGB (Red+Green+Blue) = 49+40+31=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #31281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31281F is #CED7E0. Grayscale: #292929. Windows color (decimal): -13555681 or 2041905. OLE color: 2041905.

HSL color Cylindrical-coordinate representation of color #31281F: hue angle of 30º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31281F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 40 31 -
CMYK 0 0.18 0.37 0.81
HSL 30º 0.23% 0.16% -
HSV(B) 30º 0.37% 0.19% -
XYZ 2.27 2.27 1.61 -
YUV 41.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 49 40 31 0 0.18 0.37 0.81 30 0.23 0.16
Hex 31 28 1F 0 12 25 51 1E 16 10
Octal 61 50 37 0 22 45 121 36 26 20
Binary 110001 101000 11111 0 10010 100101 1010001 11110 10110 10000

Color Harmonies of #31281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31281F

Black with #31281F

Text Example


Text Example

White with #31281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31281F; }

 p { color: rgb(49,40,31); }

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

background-color css

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

 a { background-color: rgb(49,40,31); }

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

border-color css

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

 span { border-color: rgb(49,40,31); }

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