Html Css Color HEX #301E13 Cocoa Brown

📋 copy color: '#301E13'

red 48 ◦ green 30 ◦ blue 19

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

Shades of Cocoa Brown #301E13

Tints of Cocoa Brown #301E13

RGB

 RED value IS 48 (19.14% from 255) = 49.48%

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

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

R = 49.48%
G = 30.93%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301E13 (or 0x301E13) is known color: Cocoa Brown. HEX triplet: 30, 1E and 13. RGB value is (48,30,19). Sum of RGB (Red+Green+Blue) = 48+30+19=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E13 is #CFE1EC. Grayscale: #222222. Windows color (decimal): -13623789 or 1252912. OLE color: 1252912.

HSL color Cylindrical-coordinate representation of color #301E13: hue angle of 22.76º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301E13 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 30 19 -
CMYK 0 0.37 0.60 0.81
HSL 22.76º 0.43% 0.13% -
HSV(B) 22.76º 0.6% 0.19% -
XYZ 1.8 1.6 0.83 -
YUV 34.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 48 30 19 0 0.37 0.60 0.81 22.76 0.43 0.13
Hex 30 1E 13 0 25 3C 51 17 2B D
Octal 60 36 23 0 45 74 121 27 53 15
Binary 110000 11110 10011 0 100101 111100 1010001 10111 101011 1101

Color Harmonies of #301E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E13

Black with #301E13

Text Example


Text Example

White with #301E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301E13; }

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

 H1.HeaderClassName
 {
   color: #301E13;
 }
 .AnyTagClassName
 {
   color: #301E13;
 }
</style>

background-color css

<style>
 a { background-color: #301E13; }

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

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

border-color css

<style>
 span { border-color: #301E13; }

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

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