#301A0B

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

Shades of Cocoa Brown #301A0B

Tints of Cocoa Brown #301A0B

Color information

#301A0B (or 0x301A0B) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1A and 0B. RGB value is (48,26,11). Sum of RGB (Red+Green+Blue) = 48+26+11=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A0B is #CFE5F4. Grayscale: #1E1E1E. Windows color (decimal): -13624821 or 727600. OLE color: 727600.

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

Color convert

RGB482611-
CMYK00.460.770.81
HSL24.32º62.71%11.57%-
HSV(B)24.32º77.08%18.82%-
XYZ1.651.390.5-
YUV30.87116.79140.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=56.47%
G=30.59%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48261100.460.770.8124.3262.7111.57
Hex301AB02E4D51183fc
Octal603213056115121307714
Binary110000110101011010111010011011010001110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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