#301D0B

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

Shades of Cocoa Brown #301D0B

Tints of Cocoa Brown #301D0B

Color information

#301D0B (or 0x301D0B) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 0B. RGB value is (48,29,11). Sum of RGB (Red+Green+Blue) = 48+29+11=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D0B is #CFE2F4. Grayscale: #202020. Windows color (decimal): -13624053 or 728368. OLE color: 728368.

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

Color convert

RGB482911-
CMYK00.400.770.81
HSL29.19º62.71%11.57%-
HSV(B)29.19º77.08%18.82%-
XYZ1.721.530.52-
YUV32.63115.79138.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=54.55%
G=32.95%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48291100.400.770.8129.1962.7111.57
Hex301DB0284D511d3fc
Octal603513050115121357714
Binary110000111011011010100010011011010001111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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