Html Css Color HEX #301B15 Brown Pod

📋 copy color: '#301B15'

red 48 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #301B15

Tints of Brown Pod #301B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.13%

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

R = 50%
G = 28.13%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301B15 (or 0x301B15) is known color: Brown Pod. HEX triplet: 30, 1B and 15. RGB value is (48,27,21). Sum of RGB (Red+Green+Blue) = 48+27+21=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B15 is #CFE4EA. Grayscale: #202020. Windows color (decimal): -13624555 or 1383216. OLE color: 1383216.

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

Color convert

RGB 48 27 21 -
CMYK 0 0.44 0.56 0.81
HSL 13.33º 0.39% 0.14% -
HSV(B) 13.33º 0.56% 0.19% -
XYZ 1.75 1.47 0.9 -
YUV 32.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 48 27 21 0 0.44 0.56 0.81 13.33 0.39 0.14
Hex 30 1B 15 0 2C 38 51 D 27 E
Octal 60 33 25 0 54 70 121 15 47 16
Binary 110000 11011 10101 0 101100 111000 1010001 1101 100111 1110

Color Harmonies of #301B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B15

Black with #301B15

Text Example


Text Example

White with #301B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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