Html Css Color HEX #31251D Cocoa Brown

📋 copy color: '#31251D'

red 49 ◦ green 37 ◦ blue 29

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

Shades of Cocoa Brown #31251D

Tints of Cocoa Brown #31251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.17%

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 42.61%
G = 32.17%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#31251D (or 0x31251D) is known color: Cocoa Brown. HEX triplet: 31, 25 and 1D. RGB value is (49,37,29). Sum of RGB (Red+Green+Blue) = 49+37+29=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251D is #CEDAE2. Grayscale: #272727. Windows color (decimal): -13556451 or 1910065. OLE color: 1910065.

HSL color Cylindrical-coordinate representation of color #31251D: hue angle of 24º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31251D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 37 29 -
CMYK 0 0.24 0.41 0.81
HSL 24º 0.26% 0.15% -
HSV(B) 24º 0.41% 0.19% -
XYZ 2.15 2.06 1.45 -
YUV 39.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 49 37 29 0 0.24 0.41 0.81 24 0.26 0.15
Hex 31 25 1D 0 18 29 51 18 1A F
Octal 61 45 35 0 30 51 121 30 32 17
Binary 110001 100101 11101 0 11000 101001 1010001 11000 11010 1111

Color Harmonies of #31251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31251D

Black with #31251D

Text Example


Text Example

White with #31251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31251D;
 }
 .AnyTagClassName
 {
   color: #31251D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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