Html Css Color HEX #301F0D Cocoa Brown

📋 copy color: '#301F0D'

red 48 ◦ green 31 ◦ blue 13

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

Shades of Cocoa Brown #301F0D

Tints of Cocoa Brown #301F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 52.17%
G = 33.7%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#301F0D (or 0x301F0D) is known color: Cocoa Brown. HEX triplet: 30, 1F and 0D. RGB value is (48,31,13). Sum of RGB (Red+Green+Blue) = 48+31+13=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F0D is #CFE0F2. Grayscale: #222222. Windows color (decimal): -13623539 or 859952. OLE color: 859952.

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

Color convert

RGB 48 31 13 -
CMYK 0 0.35 0.73 0.81
HSL 30.86º 0.57% 0.12% -
HSV(B) 30.86º 0.73% 0.19% -
XYZ 1.78 1.64 0.6 -
YUV 34.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 48 31 13 0 0.35 0.73 0.81 30.86 0.57 0.12
Hex 30 1F D 0 23 49 51 1F 39 C
Octal 60 37 15 0 43 111 121 37 71 14
Binary 110000 11111 1101 0 100011 1001001 1010001 11111 111001 1100

Color Harmonies of #301F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F0D

Black with #301F0D

Text Example


Text Example

White with #301F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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