#301A01

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

Shades of Cocoa Brown #301A01

Tints of Cocoa Brown #301A01

Color information

#301A01 (or 0x301A01) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1A and 01. RGB value is (48,26,1). Sum of RGB (Red+Green+Blue) = 48+26+1=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A01 is #CFE5FE. Grayscale: #1D1D1D. Windows color (decimal): -13624831 or 72240. OLE color: 72240.

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

Color convert

RGB48261-
CMYK00.460.980.81
HSL31.91º95.92%9.61%-
HSV(B)31.91º97.92%18.82%-
XYZ1.591.370.21-
YUV29.73111.79141.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 1 (0.78% from 255) = 1.33%
R=64%
G=34.67%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4826100.460.980.8131.9195.929.61
Hex301A102E62512060a
Octal603210561421214014012
Binary11000011010101011101100010101000110000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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