#301B01

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

Shades of Cocoa Brown #301B01

Tints of Cocoa Brown #301B01

Color information

#301B01 (or 0x301B01) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1B and 01. RGB value is (48,27,1). Sum of RGB (Red+Green+Blue) = 48+27+1=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B01 is #CFE4FE. Grayscale: #1E1E1E. Windows color (decimal): -13624575 or 72496. OLE color: 72496.

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

Color convert

RGB48271-
CMYK00.440.980.81
HSL33.19º95.92%9.61%-
HSV(B)33.19º97.92%18.82%-
XYZ1.621.410.22-
YUV30.32111.46140.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=63.16%
G=35.53%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4827100.440.980.8133.1995.929.61
Hex301B102C62512160a
Octal603310541421214114012
Binary11000011011101011001100010101000110000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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