Html Css Color HEX #31241B Cocoa Brown

📋 copy color: '#31241B'

red 49 ◦ green 36 ◦ blue 27

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

Shades of Cocoa Brown #31241B

Tints of Cocoa Brown #31241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.14%

 BLUE value IS 27 (10.94% from 255) = 24.11%

R = 43.75%
G = 32.14%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#31241B (or 0x31241B) is known color: Cocoa Brown. HEX triplet: 31, 24 and 1B. RGB value is (49,36,27). Sum of RGB (Red+Green+Blue) = 49+36+27=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31241B is #CEDBE4. Grayscale: #262626. Windows color (decimal): -13556709 or 1778737. OLE color: 1778737.

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

Color convert

RGB 49 36 27 -
CMYK 0 0.27 0.45 0.81
HSL 24.55º 0.29% 0.15% -
HSV(B) 24.55º 0.45% 0.19% -
XYZ 2.1 1.99 1.31 -
YUV 38.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 49 36 27 0 0.27 0.45 0.81 24.55 0.29 0.15
Hex 31 24 1B 0 1B 2D 51 19 1D F
Octal 61 44 33 0 33 55 121 31 35 17
Binary 110001 100100 11011 0 11011 101101 1010001 11001 11101 1111

Color Harmonies of #31241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31241B

Black with #31241B

Text Example


Text Example

White with #31241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31241B;
 }
 .AnyTagClassName
 {
   color: #31241B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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