#301F01

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

Shades of Cocoa Brown #301F01

Tints of Cocoa Brown #301F01

Color information

#301F01 (or 0x301F01) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 01. RGB value is (48,31,1). Sum of RGB (Red+Green+Blue) = 48+31+1=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F01 is #CFE0FE. Grayscale: #202020. Windows color (decimal): -13623551 or 73520. OLE color: 73520.

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

Color convert

RGB48311-
CMYK00.350.980.81
HSL38.3º95.92%9.61%-
HSV(B)38.3º97.92%18.82%-
XYZ1.711.610.25-
YUV32.66110.13138.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 31 (12.5% from 255) = 38.75%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=60%
G=38.75%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831100.350.980.8138.395.929.61
Hex301F102362512660a
Octal603710431421214614012
Binary11000011111101000111100010101000110011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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