#301A02

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

Shades of Cocoa Brown #301A02

Tints of Cocoa Brown #301A02

Color information

#301A02 (or 0x301A02) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1A and 02. RGB value is (48,26,2). Sum of RGB (Red+Green+Blue) = 48+26+2=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A02 is #CFE5FD. Grayscale: #1D1D1D. Windows color (decimal): -13624830 or 137776. OLE color: 137776.

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

Color convert

RGB48262-
CMYK00.460.960.81
HSL31.3º92%9.8%-
HSV(B)31.3º95.83%18.82%-
XYZ1.61.370.24-
YUV29.84112.29140.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=63.16%
G=34.21%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4826200.460.960.8131.3929.8
Hex301A202E60511f5ca
Octal603220561401213713412
Binary11000011010100101110110000010100011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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