#301B0F

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

Shades of Brown Pod #301B0F

Tints of Brown Pod #301B0F

Color information

#301B0F (or 0x301B0F) is unknown color: approx Brown Pod. HEX triplet: 30, 1B and 0F. RGB value is (48,27,15). Sum of RGB (Red+Green+Blue) = 48+27+15=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B0F is #CFE4F0. Grayscale: #1F1F1F. Windows color (decimal): -13624561 or 990000. OLE color: 990000.

HSL color Cylindrical-coordinate representation of color #301B0F: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301B0F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB482715-
CMYK00.440.690.81
HSL21.82º52.38%12.35%-
HSV(B)21.82º68.75%18.82%-
XYZ1.71.450.64-
YUV31.91118.46139.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=53.33%
G=30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48271500.440.690.8121.8252.3812.35
Hex301BF02C45511634c
Octal603317054105121266414
Binary110000110111111010110010001011010001101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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