Html Css Color HEX #301A11 Brown Pod

📋 copy color: '#301A11'

red 48 ◦ green 26 ◦ blue 17

#301A11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #301A11

Tints of Brown Pod #301A11

RGB

 RED value IS 48 (19.14% from 255) = 52.75%

 GREEN value IS 26 (10.55% from 255) = 28.57%

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 52.75%
G = 28.57%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#301A11 (or 0x301A11) is known color: Brown Pod. HEX triplet: 30, 1A and 11. RGB value is (48,26,17). Sum of RGB (Red+Green+Blue) = 48+26+17=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A11 is #CFE5EE. Grayscale: #1F1F1F. Windows color (decimal): -13624815 or 1120816. OLE color: 1120816.

HSL color Cylindrical-coordinate representation of color #301A11: hue angle of 17.42º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301A11 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 26 17 -
CMYK 0 0.46 0.65 0.81
HSL 17.42º 0.48% 0.13% -
HSV(B) 17.42º 0.65% 0.19% -
XYZ 1.69 1.41 0.71 -
YUV 31.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 48 26 17 0 0.46 0.65 0.81 17.42 0.48 0.13
Hex 30 1A 11 0 2E 41 51 11 30 D
Octal 60 32 21 0 56 101 121 21 60 15
Binary 110000 11010 10001 0 101110 1000001 1010001 10001 110000 1101

Color Harmonies of #301A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A11

Black with #301A11

Text Example


Text Example

White with #301A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,17); }

 H1.HeaderClassName
 {
   color: #301A11;
 }
 .AnyTagClassName
 {
   color: #301A11;
 }
</style>

background-color css

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

 a { background-color: rgb(48,26,17); }

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

border-color css

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

 span { border-color: rgb(48,26,17); }

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