Html Css Color HEX #301F10 Cocoa Brown

📋 copy color: '#301F10'

red 48 ◦ green 31 ◦ blue 16

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

Shades of Cocoa Brown #301F10

Tints of Cocoa Brown #301F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.84%

R = 50.53%
G = 32.63%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#301F10 (or 0x301F10) is known color: Cocoa Brown. HEX triplet: 30, 1F and 10. RGB value is (48,31,16). Sum of RGB (Red+Green+Blue) = 48+31+16=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F10 is #CFE0EF. Grayscale: #222222. Windows color (decimal): -13623536 or 1056560. OLE color: 1056560.

HSL color Cylindrical-coordinate representation of color #301F10: hue angle of 28.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301F10 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 31 16 -
CMYK 0 0.35 0.67 0.81
HSL 28.13º 0.5% 0.13% -
HSV(B) 28.13º 0.67% 0.19% -
XYZ 1.8 1.65 0.71 -
YUV 34.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 48 31 16 0 0.35 0.67 0.81 28.13 0.5 0.13
Hex 30 1F 10 0 23 43 51 1C 32 D
Octal 60 37 20 0 43 103 121 34 62 15
Binary 110000 11111 10000 0 100011 1000011 1010001 11100 110010 1101

Color Harmonies of #301F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F10

Black with #301F10

Text Example


Text Example

White with #301F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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