Html Css Color HEX #301D15 Brown Pod

📋 copy color: '#301D15'

red 48 ◦ green 29 ◦ blue 21

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

Shades of Brown Pod #301D15

Tints of Brown Pod #301D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.59%

 BLUE value IS 21 (8.59% from 255) = 21.43%

R = 48.98%
G = 29.59%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301D15 (or 0x301D15) is known color: Brown Pod. HEX triplet: 30, 1D and 15. RGB value is (48,29,21). Sum of RGB (Red+Green+Blue) = 48+29+21=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D15 is #CFE2EA. Grayscale: #212121. Windows color (decimal): -13624043 or 1383728. OLE color: 1383728.

HSL color Cylindrical-coordinate representation of color #301D15: hue angle of 17.78º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301D15 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 21 -
CMYK 0 0.40 0.56 0.81
HSL 17.78º 0.39% 0.14% -
HSV(B) 17.78º 0.56% 0.19% -
XYZ 1.79 1.56 0.92 -
YUV 33.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 48 29 21 0 0.40 0.56 0.81 17.78 0.39 0.14
Hex 30 1D 15 0 28 38 51 12 27 E
Octal 60 35 25 0 50 70 121 22 47 16
Binary 110000 11101 10101 0 101000 111000 1010001 10010 100111 1110

Color Harmonies of #301D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D15

Black with #301D15

Text Example


Text Example

White with #301D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,29,21); }

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

background-color css

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

 a { background-color: rgb(48,29,21); }

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

border-color css

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

 span { border-color: rgb(48,29,21); }

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