Html Css Color HEX #30180E Brown Pod

📋 copy color: '#30180E'

red 48 ◦ green 24 ◦ blue 14

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

Shades of Brown Pod #30180E

Tints of Brown Pod #30180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 55.81%
G = 27.91%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30180E (or 0x30180E) is known color: Brown Pod. HEX triplet: 30, 18 and 0E. RGB value is (48,24,14). Sum of RGB (Red+Green+Blue) = 48+24+14=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30180E is #CFE7F1. Grayscale: #1E1E1E. Windows color (decimal): -13625330 or 923696. OLE color: 923696.

HSL color Cylindrical-coordinate representation of color #30180E: hue angle of 17.65º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30180E is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 14 -
CMYK 0 0.5 0.71 0.81
HSL 17.65º 0.55% 0.12% -
HSV(B) 17.65º 0.71% 0.19% -
XYZ 1.62 1.31 0.58 -
YUV 30.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 48 24 14 0 0.5 0.71 0.81 17.65 0.55 0.12
Hex 30 18 E 0 32 47 51 12 37 C
Octal 60 30 16 0 62 107 121 22 67 14
Binary 110000 11000 1110 0 110010 1000111 1010001 10010 110111 1100

Color Harmonies of #30180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30180E

Black with #30180E

Text Example


Text Example

White with #30180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30180E; }

 p { color: rgb(48,24,14); }

 H1.HeaderClassName
 {
   color: #30180E;
 }
 .AnyTagClassName
 {
   color: #30180E;
 }
</style>

background-color css

<style>
 a { background-color: #30180E; }

 a { background-color: rgb(48,24,14); }

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

border-color css

<style>
 span { border-color: #30180E; }

 span { border-color: rgb(48,24,14); }

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