Html Css Color HEX #31251C Cocoa Brown

📋 copy color: '#31251C'

red 49 ◦ green 37 ◦ blue 28

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

Shades of Cocoa Brown #31251C

Tints of Cocoa Brown #31251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 42.98%
G = 32.46%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#31251C (or 0x31251C) is known color: Cocoa Brown. HEX triplet: 31, 25 and 1C. RGB value is (49,37,28). Sum of RGB (Red+Green+Blue) = 49+37+28=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251C is #CEDAE3. Grayscale: #272727. Windows color (decimal): -13556452 or 1844529. OLE color: 1844529.

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

Color convert

RGB 49 37 28 -
CMYK 0 0.24 0.43 0.81
HSL 25.71º 0.27% 0.15% -
HSV(B) 25.71º 0.43% 0.19% -
XYZ 2.14 2.06 1.38 -
YUV 39.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 49 37 28 0 0.24 0.43 0.81 25.71 0.27 0.15
Hex 31 25 1C 0 18 2B 51 1A 1B F
Octal 61 45 34 0 30 53 121 32 33 17
Binary 110001 100101 11100 0 11000 101011 1010001 11010 11011 1111

Color Harmonies of #31251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31251C

Black with #31251C

Text Example


Text Example

White with #31251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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