#301F00

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

Shades of Cocoa Brown #301F00

Tints of Cocoa Brown #301F00

Color information

#301F00 (or 0x301F00) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 00. RGB value is (48,31,0). Sum of RGB (Red+Green+Blue) = 48+31+0=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #301F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F00 is #CFE0FF. Grayscale: #202020. Windows color (decimal): -13623552 or 7984. OLE color: 7984.

HSL color Cylindrical-coordinate representation of color #301F00: hue angle of 38.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301F00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48310-
CMYK00.3510.81
HSL38.75º100%9.41%-
HSV(B)38.75º100%18.82%-
XYZ1.711.610.22-
YUV32.55109.63139.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.76%
G=39.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831000.3510.8138.751009.41
Hex301F0023645127649
Octal603700431441214714411
Binary11000011111001000111100100101000110011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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