#301B02

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

Shades of Cocoa Brown #301B02

Tints of Cocoa Brown #301B02

Color information

#301B02 (or 0x301B02) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1B and 02. RGB value is (48,27,2). Sum of RGB (Red+Green+Blue) = 48+27+2=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #301B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B02 is #CFE4FD. Grayscale: #1E1E1E. Windows color (decimal): -13624574 or 138032. OLE color: 138032.

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

Color convert

RGB48272-
CMYK00.440.960.81
HSL32.61º92%9.8%-
HSV(B)32.61º95.83%18.82%-
XYZ1.621.420.25-
YUV30.43111.96140.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=62.34%
G=35.06%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4827200.440.960.8132.61929.8
Hex301B202C6051215ca
Octal603320541401214113412
Binary110000110111001011001100000101000110000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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