Html Css Color HEX #31251B Cocoa Brown

📋 copy color: '#31251B'

red 49 ◦ green 37 ◦ blue 27

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

Shades of Cocoa Brown #31251B

Tints of Cocoa Brown #31251B

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 value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#31251B (or 0x31251B) is known color: 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

RGB 49 37 27 -
CMYK 0 0.24 0.45 0.81
HSL 27.27º 0.29% 0.15% -
HSV(B) 27.27º 0.45% 0.19% -
XYZ 2.13 2.06 1.32 -
YUV 39.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 49 37 27 0 0.24 0.45 0.81 27.27 0.29 0.15
Hex 31 25 1B 0 18 2D 51 1B 1D F
Octal 61 45 33 0 30 55 121 33 35 17
Binary 110001 100101 11011 0 11000 101101 1010001 11011 11101 1111

Color Harmonies of #31251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31251B

Black with #31251B

Text Example


Text Example

White with #31251B

Text Example


Text Example

HTML Codes & Css Web 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>