#301D0F

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

Shades of Cocoa Brown #301D0F

Tints of Cocoa Brown #301D0F

Color information

#301D0F (or 0x301D0F) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 0F. RGB value is (48,29,15). Sum of RGB (Red+Green+Blue) = 48+29+15=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D0F is #CFE2F0. Grayscale: #212121. Windows color (decimal): -13624049 or 990512. OLE color: 990512.

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

Color convert

RGB482915-
CMYK00.400.690.81
HSL25.45º52.38%12.35%-
HSV(B)25.45º68.75%18.82%-
XYZ1.741.540.66-
YUV33.08117.79138.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 29 (11.72% from 255) = 31.52%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=52.17%
G=31.52%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48291500.400.690.8125.4552.3812.35
Hex301DF02845511934c
Octal603517050105121316414
Binary110000111011111010100010001011010001110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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