Html Css Color HEX #301F13 Cocoa Brown

📋 copy color: '#301F13'

red 48 ◦ green 31 ◦ blue 19

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

Shades of Cocoa Brown #301F13

Tints of Cocoa Brown #301F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.63%

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

R = 48.98%
G = 31.63%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#301F13 (or 0x301F13) is known color: Cocoa Brown. HEX triplet: 30, 1F and 13. RGB value is (48,31,19). Sum of RGB (Red+Green+Blue) = 48+31+19=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F13 is #CFE0EC. Grayscale: #222222. Windows color (decimal): -13623533 or 1253168. OLE color: 1253168.

HSL color Cylindrical-coordinate representation of color #301F13: hue angle of 24.83º 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 #301F13 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 31 19 -
CMYK 0 0.35 0.60 0.81
HSL 24.83º 0.43% 0.13% -
HSV(B) 24.83º 0.6% 0.19% -
XYZ 1.83 1.66 0.84 -
YUV 34.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 48 31 19 0 0.35 0.60 0.81 24.83 0.43 0.13
Hex 30 1F 13 0 23 3C 51 19 2B D
Octal 60 37 23 0 43 74 121 31 53 15
Binary 110000 11111 10011 0 100011 111100 1010001 11001 101011 1101

Color Harmonies of #301F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F13

Black with #301F13

Text Example


Text Example

White with #301F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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