Html Css Color HEX #2E1E13 Cocoa Brown

📋 copy color: '#2E1E13'

red 46 ◦ green 30 ◦ blue 19

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

Shades of Cocoa Brown #2E1E13

Tints of Cocoa Brown #2E1E13

RGB

 RED value IS 46 (18.36% from 255) = 48.42%

 GREEN value IS 30 (12.11% from 255) = 31.58%

 BLUE value IS 19 (7.81% from 255) = 20%

R = 48.42%
G = 31.58%
B = 20%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#2E1E13 (or 0x2E1E13) is known color: Cocoa Brown. HEX triplet: 2E, 1E and 13. RGB value is (46,30,19). Sum of RGB (Red+Green+Blue) = 46+30+19=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1E13 is #D1E1EC. Grayscale: #212121. Windows color (decimal): -13754861 or 1252910. OLE color: 1252910.

HSL color Cylindrical-coordinate representation of color #2E1E13: hue angle of 24.44º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E1E13 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 30 19 -
CMYK 0 0.35 0.59 0.82
HSL 24.44º 0.42% 0.13% -
HSV(B) 24.44º 0.59% 0.18% -
XYZ 1.71 1.56 0.83 -
YUV 33.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 46 30 19 0 0.35 0.59 0.82 24.44 0.42 0.13
Hex 2E 1E 13 0 23 3B 52 18 2A D
Octal 56 36 23 0 43 73 122 30 52 15
Binary 101110 11110 10011 0 100011 111011 1010010 11000 101010 1101

Color Harmonies of #2E1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1E13

Black with #2E1E13

Text Example


Text Example

White with #2E1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E1E13; }

 p { color: rgb(46,30,19); }

 H1.HeaderClassName
 {
   color: #2E1E13;
 }
 .AnyTagClassName
 {
   color: #2E1E13;
 }
</style>

background-color css

<style>
 a { background-color: #2E1E13; }

 a { background-color: rgb(46,30,19); }

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

border-color css

<style>
 span { border-color: #2E1E13; }

 span { border-color: rgb(46,30,19); }

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