Html Css Color HEX #301B12 Brown Pod

📋 copy color: '#301B12'

red 48 ◦ green 27 ◦ blue 18

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

Shades of Brown Pod #301B12

Tints of Brown Pod #301B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 51.61%
G = 29.03%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301B12 (or 0x301B12) is known color: Brown Pod. HEX triplet: 30, 1B and 12. RGB value is (48,27,18). Sum of RGB (Red+Green+Blue) = 48+27+18=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B12 is #CFE4ED. Grayscale: #202020. Windows color (decimal): -13624558 or 1186608. OLE color: 1186608.

HSL color Cylindrical-coordinate representation of color #301B12: hue angle of 18º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301B12 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 27 18 -
CMYK 0 0.44 0.63 0.81
HSL 18º 0.45% 0.13% -
HSV(B) 18º 0.63% 0.19% -
XYZ 1.72 1.46 0.76 -
YUV 32.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 48 27 18 0 0.44 0.63 0.81 18 0.45 0.13
Hex 30 1B 12 0 2C 3F 51 12 2D D
Octal 60 33 22 0 54 77 121 22 55 15
Binary 110000 11011 10010 0 101100 111111 1010001 10010 101101 1101

Color Harmonies of #301B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B12

Black with #301B12

Text Example


Text Example

White with #301B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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