#301D03

Color #301D03 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #301D03

Tints of Cocoa Brown #301D03

Color information

#301D03 (or 0x301D03) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 03. RGB value is (48,29,3). Sum of RGB (Red+Green+Blue) = 48+29+3=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D03 is #CFE2FC. Grayscale: #1F1F1F. Windows color (decimal): -13624061 or 204080. OLE color: 204080.

HSL color Cylindrical-coordinate representation of color #301D03: hue angle of 34.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #301D03 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB48293-
CMYK00.400.940.81
HSL34.67º88.24%10%-
HSV(B)34.67º93.75%18.82%-
XYZ1.671.510.29-
YUV31.72111.79139.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 29 (11.72% from 255) = 36.25%
BLUE value IS 3 (1.56% from 255) = 3.75%
R=60%
G=36.25%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4829300.400.940.8134.6788.2410
Hex301D30285E512358a
Octal603530501361214313012
Binary110000111011101010001011110101000110001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,3); }

 H1.HeaderClassName
 {
   color: #301D03;
 }
 .AnyTagClassName
 {
   color: #301D03;
 }
</style>
background-color css

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

 a { background-color: rgb(48,29,3); }

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

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

 span { border-color: rgb(48,29,3); }

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