#301B0D

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

Shades of Cocoa Brown #301B0D

Tints of Cocoa Brown #301B0D

Color information

#301B0D (or 0x301B0D) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1B and 0D. RGB value is (48,27,13). Sum of RGB (Red+Green+Blue) = 48+27+13=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B0D is #CFE4F2. Grayscale: #1F1F1F. Windows color (decimal): -13624563 or 858928. OLE color: 858928.

HSL color Cylindrical-coordinate representation of color #301B0D: hue angle of 24º 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 #301B0D is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB482713-
CMYK00.440.730.81
HSL24º57.38%11.96%-
HSV(B)24º72.92%18.82%-
XYZ1.681.440.57-
YUV31.68117.46139.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=54.55%
G=30.68%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48271300.440.730.812457.3811.96
Hex301BD02C49511839c
Octal603315054111121307114
Binary110000110111101010110010010011010001110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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