Html Css Color HEX #301C15 Brown Pod

📋 copy color: '#301C15'

red 48 ◦ green 28 ◦ blue 21

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

Shades of Brown Pod #301C15

Tints of Brown Pod #301C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.87%

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

R = 49.48%
G = 28.87%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301C15 (or 0x301C15) is known color: Brown Pod. HEX triplet: 30, 1C and 15. RGB value is (48,28,21). Sum of RGB (Red+Green+Blue) = 48+28+21=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C15 is #CFE3EA. Grayscale: #212121. Windows color (decimal): -13624299 or 1383472. OLE color: 1383472.

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

Color convert

RGB 48 28 21 -
CMYK 0 0.42 0.56 0.81
HSL 15.56º 0.39% 0.14% -
HSV(B) 15.56º 0.56% 0.19% -
XYZ 1.77 1.51 0.91 -
YUV 33.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 48 28 21 0 0.42 0.56 0.81 15.56 0.39 0.14
Hex 30 1C 15 0 2A 38 51 10 27 E
Octal 60 34 25 0 52 70 121 20 47 16
Binary 110000 11100 10101 0 101010 111000 1010001 10000 100111 1110

Color Harmonies of #301C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C15

Black with #301C15

Text Example


Text Example

White with #301C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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